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 9ecc01b commit ac469faCopy full SHA for ac469fa
action.yaml
@@ -25,7 +25,7 @@ runs:
25
- name: Symlink current action repo
26
env:
27
action_path: ${{ github.action_path }}
28
- run: ln -fs ${{ env.action_path }}/.. .github/.action_repo.run-containerized-script
+ run: ln -fs ${{ env.action_path }} .github/.action_repo.run-containerized-script
29
shell: bash
30
- name: Run on container
31
uses: ./.github/.action_repo.run-containerized-script/run
0 commit comments