Skip to content

Commit

Permalink
Git log
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Feb 21, 2025
1 parent bc530f8 commit 11ab6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare-regdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add tardis
git diff --staged --quiet || git commit -m "Update regression data for commit ${GITHUB_SHA}"
git commit -m "Update regression data for commit ${GITHUB_SHA}"
working-directory: ${{ github.workspace }}/tardis-regression-data

- name: print git log
Expand Down

0 comments on commit 11ab6ba

Please sign in to comment.