diff --git a/.github/workflows/fetch-licenses.yaml b/.github/workflows/fetch-licenses.yaml index 730579a..472e30a 100644 --- a/.github/workflows/fetch-licenses.yaml +++ b/.github/workflows/fetch-licenses.yaml @@ -36,6 +36,6 @@ jobs: git config --local user.email "action@github.com" 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 \ No newline at end of file