We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48098d0 commit 799b38cCopy full SHA for 799b38c
1 file changed
action.yml
@@ -73,6 +73,7 @@ runs:
73
- name: Push branch
74
run: git push origin $BRANCH --force
75
shell: bash
76
+ if: ${{ steps.number_of_changed_files.outputs.COUNT != 0 }}
77
env:
78
BRANCH: ${{ github.event.client_payload.branch }}
79
0 commit comments