Skip to content

Commit

Permalink
Revert ":fire: remove author"
Browse files Browse the repository at this point in the history
This reverts commit 86f88d8.
  • Loading branch information
ras0q committed Dec 28, 2023
1 parent b74fd0a commit dcfe103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add -A
git commit -m "chore(aqua): update checksum"
git commit --author . -m "chore(aqua): update checksum"
git push origin
if: steps.diff.outcome == 'failure'

0 comments on commit dcfe103

Please sign in to comment.