From cb403bd5491407f71c21c12a47fb23800529fcc2 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Tue, 6 May 2025 16:42:15 -0700 Subject: [PATCH] Give package-update.yml a name --- .github/workflows/package-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/package-update.yml b/.github/workflows/package-update.yml index 370439be..be7b6f4e 100644 --- a/.github/workflows/package-update.yml +++ b/.github/workflows/package-update.yml @@ -1,3 +1,5 @@ +name: Package update + on: workflow_dispatch: inputs: @@ -13,6 +15,7 @@ permissions: jobs: update: + name: Update ${{ inputs.package }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4