We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c266012 commit d8d8da4Copy full SHA for d8d8da4
.github/workflows/go-deps.yml
@@ -27,7 +27,7 @@ jobs:
27
id: has-changes
28
run: echo "changed=$(git status --porcelain | wc -l)" >> $GITHUB_OUTPUT
29
- uses: dacbd/create-issue-action@v1
30
- if: steps.has-changes.outputs.changed == 1
+ if: steps.has-changes.outputs.changed != 0
31
with:
32
title: Update Go Dependencies
33
body: |
0 commit comments