Skip to content

Commit

Permalink
Added some more logging into the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Nov 23, 2023
1 parent d1ed3fa commit c883e3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git status
ls
git add .
git commit -m "generated"
git push

0 comments on commit c883e3d

Please sign in to comment.