Skip to content

Commit 42b74cd

Browse files
authored
fix auto go mod tidy (#21304)
1 parent 81b4fc9 commit 42b74cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-mod-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "$c" >> "$GITHUB_OUTPUT"
3030
echo "EOF" >> "$GITHUB_OUTPUT"
3131
- name: Create PR
32-
if: ${{ steps.gendocs.outputs.changes != '' }}
32+
if: ${{ steps.gmodtidy.outputs.changes != '' }}
3333
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
3434
with:
3535
token: ${{ secrets.MINIKUBE_BOT_PAT }}

0 commit comments

Comments
 (0)