diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7cbe997..3ae1d94 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -50,6 +50,7 @@ jobs: run: | git config user.name 'github-actions[bot]' git config user.email '41898282+github-actions[bot]@users.noreply.github.com' + date +%s > report.txt git add -A git commit -m "Add untracked file during workflow"