Skip to content

Commit 6cf0c85

Browse files
committed
fix patch path
1 parent 89928b5 commit 6cf0c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ runs:
104104
if: inputs.source_patch
105105
run: |
106106
cd source
107-
git apply ${{ inputs.source_patch }}
107+
git apply ../${{ inputs.source_patch }}
108108
- name: Set up Docker Context for Buildx
109109
shell: bash
110110
id: buildx-context

0 commit comments

Comments
 (0)