1
0
Fork 0
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:
Nick 2021-12-30 14:47:14 -05:00 committed by GitHub
parent e6aa7c3662
commit ed101b9604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}