Untrack ${update_crates_output} on update_crates.yml action

This commit is contained in:
lepapareil 2022-07-15 15:53:33 +02:00
parent a505fc672c
commit e278cf64d8
No known key found for this signature in database
GPG Key ID: F4F06B068FB00692

View File

@ -63,6 +63,7 @@ jobs:
- name: Push updates to branch
run: |
rm -fr "${update_crates_output}"
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git checkout -b "${BOT_UPDATE_BRANCHE_NAME}"