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 68b6ab6 commit a550783Copy full SHA for a550783
.github/actions/push-changes/action.yml
@@ -45,7 +45,7 @@ runs:
45
- name: Check for changes in ${{ inputs.working-directory }}
46
shell: bash
47
run: |
48
- git diff ${{ github.head_ref || github.ref }} -- ${{ inputs.working-directory }} origin/${{ inputs.target-branch }} -- ${{ inputs.working-directory }} --staged --quiet
+ git diff ${{ github.head_ref || github.ref }} origin/${{ inputs.target-branch }} --staged --quiet -- ${{ inputs.working-directory }}
49
continue-on-error: true
50
id: check-diff
51
- name: Push changes to ${{ inputs.target-branch }}, if exists
0 commit comments