Skip to content

Commit ac469fa

Browse files
committed
Fixing path to action
1 parent 9ecc01b commit ac469fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Symlink current action repo
2626
env:
2727
action_path: ${{ github.action_path }}
28-
run: ln -fs ${{ env.action_path }}/.. .github/.action_repo.run-containerized-script
28+
run: ln -fs ${{ env.action_path }} .github/.action_repo.run-containerized-script
2929
shell: bash
3030
- name: Run on container
3131
uses: ./.github/.action_repo.run-containerized-script/run

0 commit comments

Comments
 (0)