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 581c4f7 commit 482d2fdCopy full SHA for 482d2fd
action.yml
@@ -17,7 +17,7 @@ runs:
17
- shell: bash
18
run: |
19
mkdir _sdc
20
- cp -r ${{ github.action_path }} _sdc
+ cp -r ${{ github.action_path }} ./_sdc
21
22
- uses: actions/cache@v3
23
with:
0 commit comments