Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjazper committed May 27, 2024
1 parent 09fa3f4 commit e5aa4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-token-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
if git diff-index --quiet HEAD; then
echo "No changes to commit"
else
b git commit -m 'Update token-list.json files'
git commit -m 'Update token-list.json files'
git push origin HEAD:${{ github.ref }}
fi

0 comments on commit e5aa4cd

Please sign in to comment.