Skip to content

Commit

Permalink
Get issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Sep 4, 2023
1 parent 055361e commit 6e2421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo ISSUE_EXISTS="False" >> $GITHUB_OUTPUT
fi
- name: Create issue
if: steps.check-issue.outputs.ISSUE_EXISTS == "False"
if: steps.check-issue.outputs.ISSUE_EXISTS == 'False'
uses: dacbd/create-issue-action@main
with:
token: ${{ github.token }}
Expand Down

0 comments on commit 6e2421d

Please sign in to comment.