From 7bd4e6e19a5d6a43e0e22aea2fb13d54be235ed7 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:41:38 -0500 Subject: [PATCH] fix(pinact): step name and dynamic run name --- .github/workflows/__pinact.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/__pinact.yml b/.github/workflows/__pinact.yml index 89f1b2e5..1dfbb93e 100644 --- a/.github/workflows/__pinact.yml +++ b/.github/workflows/__pinact.yml @@ -2,6 +2,7 @@ # Run pinact on the org or a repo name: Pinact +run-name: Pinact (${{ github.event.inputs.repo || 'all repos' }}) permissions: {} on: @@ -41,7 +42,7 @@ jobs: pinact: runs-on: ubuntu-latest steps: - - name: discord + - name: pinact uses: LizardByte/actions/actions/pinact@master with: dryRun: ${{ github.event.inputs.dryRun }}