Skip to content

Commit

Permalink
rename update crates pull request on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored Jul 20, 2022
1 parent dbc51de commit 2e21131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git checkout -b "${BOT_UPDATE_BRANCHE_NAME}"
git commit -am "ˉᵇᵒᵗˉUpdate crates on $(date "+%y/%m/%d %H:%M")"
git commit -am "Update crates on $(date "+%y/%m/%d %H:%M")"
git push --set-upstream origin "${BOT_UPDATE_BRANCHE_NAME}" && git_exit_code=0 || git_exit_code=$?
if [ ${git_exit_code} -eq 0 ] ; then
echo " - ✅ push crates update to ${BOT_UPDATE_BRANCHE_NAME} succeeds."
Expand Down

0 comments on commit 2e21131

Please sign in to comment.