Skip to content

Commit

Permalink
ci(update): use commit massage for run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Jul 31, 2024
1 parent ab4e952 commit 3777225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: update
name: Update
run-name: github.event.head_commit.message

on:
schedule:
Expand All @@ -11,6 +12,7 @@ permissions:

jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3777225

Please sign in to comment.