Skip to content

Commit 8f1dc07

Browse files
committed
🚑 Mark trampoline path as relative
1 parent 884f197 commit 8f1dc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ runs:
140140
REPO_ID: ${{ steps.set-repo-and-ref.outputs.repo-id }}
141141
shell: bash
142142
- name: Run Docker container
143-
uses: .github/.tmp/.generated-actions/run-pypi-publish-in-docker-container
143+
uses: ./.github/.tmp/.generated-actions/run-pypi-publish-in-docker-container
144144
with:
145145
user: ${{ inputs.user }}
146146
password: ${{ inputs.password }}

0 commit comments

Comments
 (0)