Skip to content

Commit

Permalink
argh github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Sep 15, 2024
1 parent 27860c7 commit 3cbdc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: "generator"

- name: "Create a pr if the files are different"
if: steps.regen.outputs.regen == "diff"
if: ${{ steps.regen.outputs.regen == "diff" }}
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Automatically regenerate the files"
Expand Down

0 comments on commit 3cbdc9e

Please sign in to comment.