Skip to content

Commit

Permalink
misc(ci-cd): fix step labels
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-hours committed Sep 23, 2024
1 parent 1bc872e commit 76acebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
extra-files: |
lengow.php
README.md
- name: MD5 Hash
- name: Generate MD5 Hashes
run: php tools/checkmd5.php
- name: Create Release
- name: Commit MD5 Hashes
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit 76acebe

Please sign in to comment.