File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
.github/actions/gh-cache/cache Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2727 - name : Make sub-actions referenceable
2828 working-directory : ${{ github.action_path }}
2929 shell : bash
30- run : cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
30+ run : |
31+ mkdir -p /home/runner/work/_actions/current
32+ cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
3133 - name : Restore cached value
3234 uses : ./../../_actions/current/.github/actions/gh-cache/restore
3335 with :
Original file line number Diff line number Diff line change 4343 - name : Make sub-actions referenceable
4444 working-directory : ${{ github.action_path }}
4545 shell : bash
46- run : cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
46+ run : |
47+ mkdir -p /home/runner/work/_actions/current
48+ cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
4749 - name : Restore cached results
4850 id : restore
4951 uses : ./../../_actions/current/.github/actions/gh-cache/cache
You can’t perform that action at this time.
0 commit comments