Skip to content

Commit d8d8da4

Browse files
authored
Detect changes with more than 1 line (#152)
1 parent c266012 commit d8d8da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: has-changes
2828
run: echo "changed=$(git status --porcelain | wc -l)" >> $GITHUB_OUTPUT
2929
- uses: dacbd/create-issue-action@v1
30-
if: steps.has-changes.outputs.changed == 1
30+
if: steps.has-changes.outputs.changed != 0
3131
with:
3232
title: Update Go Dependencies
3333
body: |

0 commit comments

Comments
 (0)