Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Sep 15, 2024
1 parent cd5bec8 commit 5617f57
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 5617f57

Please sign in to comment.