Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Sep 26, 2023
1 parent 0662624 commit bdc995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Commit
run: |
git diff | test # There are no changes to the prompts.
if [[ `git status --porcelain` ]]; then :; else exit 1; fi
git config user.name github-actions
git config user.email [email protected]
git add tests/.regression
Expand Down

0 comments on commit bdc995b

Please sign in to comment.