mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Use the long form of a switch for git
We prefer using the long form of switches for command line programs to improve maintainability and to better convey what is happening even if someone is unfamiliar with the switches for a given program. Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
This commit is contained in:
parent
e6aa7c3662
commit
ed101b9604
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_software_list.yml
vendored
2
.github/workflows/update_software_list.yml
vendored
|
@ -108,4 +108,4 @@ jobs:
|
|||
git merge origin/${{ needs.setup.outputs.testing_branch }}
|
||||
git push
|
||||
- name: Cleanup testing branch
|
||||
run: git push -d origin ${{ needs.setup.outputs.testing_branch }}
|
||||
run: git push --delete origin ${{ needs.setup.outputs.testing_branch }}
|
||||
|
|
Loading…
Reference in a new issue