Skip to content

Commit

Permalink
add dt stamp to commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed May 13, 2024
1 parent 90c76f5 commit cb9fe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add cmd/licenses.json cmd/exceptions.json
git commit -m "Add updated license files" -a
git commit -m "Add updated license files - $(date)" -a
git push

0 comments on commit cb9fe4c

Please sign in to comment.