Skip to content

Commit dff0342

Browse files
authored
chore: set name to gh action
1 parent 3c48f1a commit dff0342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-hash.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Update Hash
12
on:
23
workflow_dispatch:
34
schedule:
@@ -6,7 +7,7 @@ on:
67
branches:
78
- master
89
jobs:
9-
UpdateHash:
10+
update-hash:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)