Skip to content

Commit 519286b

Browse files
committed
Give package-update.yml a name
1 parent d596b58 commit 519286b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Package update
2+
13
on:
24
workflow_dispatch:
35
inputs:
@@ -13,6 +15,7 @@ permissions:
1315

1416
jobs:
1517
update:
18+
name: Update ${{ inputs.package }}
1619
runs-on: ubuntu-latest
1720
steps:
1821
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)