Skip to content

Commit

Permalink
Added date inside commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Nov 23, 2023
1 parent 2330747 commit 96a59ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Build project
run: npm run build:clean
- name: Generate the reports
# working-directory: ${{ github.workspace }}/.github/scripts/
shell: bash
run: |
# make file runnable, might not be necessary
Expand All @@ -60,5 +59,5 @@ jobs:
ls -al
ls -al ./report
git add .
git commit -m "generated"
git commit -m "generated all the reports on `date +'%Y-%m-%d %H:%M:%S'`"
git push

0 comments on commit 96a59ff

Please sign in to comment.