mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 11:32:00 +03:00
Untrack ${update_crates_output} on update_crates.yml action
This commit is contained in:
parent
a505fc672c
commit
e278cf64d8
1
.github/workflows/update-crates.yml
vendored
1
.github/workflows/update-crates.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Push updates to branch
|
- name: Push updates to branch
|
||||||
run: |
|
run: |
|
||||||
|
rm -fr "${update_crates_output}"
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git checkout -b "${BOT_UPDATE_BRANCHE_NAME}"
|
git checkout -b "${BOT_UPDATE_BRANCHE_NAME}"
|
||||||
|
Loading…
Reference in New Issue
Block a user