Skip to content

Commit

Permalink
git add not needed with git commit -a
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed May 17, 2024
1 parent be0fdff commit e7ef7cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/fetch-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add cmd/
git add spdxexp/spdxlicenses/
git commit -m "Add updated license files - $(date)" -a
git push
Expand Down

0 comments on commit e7ef7cd

Please sign in to comment.