mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
Rename update crates pull request on ci
This commit is contained in:
parent
dbc51de167
commit
db08415675
2
.github/workflows/update-crates.yml
vendored
2
.github/workflows/update-crates.yml
vendored
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user