Skip to content

Commit d50edff

Browse files
committed
added working directory
1 parent 3d9519c commit d50edff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/push-changes/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ runs:
3434
uses: actions/download-artifact@v4
3535
with:
3636
name: ${{ inputs.artifact-name }}
37+
working-directory: ${{ inputs.working-directory }}
3738
- name: Add changes from ${{ inputs.working-directory }}
3839
shell: bash
3940
run: |

0 commit comments

Comments
 (0)