File tree Expand file tree Collapse file tree
.github/actions/gh-cache/cache Expand file tree Collapse file tree 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 : cp -Rf " $(realpath ../)"/* /home/runner/work/_actions/current
3131 - name : Restore cached value
3232 uses : ./../../_actions/current/.github/actions/gh-cache/restore
3333 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 : cp -Rf " $(realpath ../)"/* /home/runner/work/_actions/current
4747 - name : Restore cached results
4848 id : restore
4949 uses : ./../../_actions/current/.github/actions/gh-cache/cache
You can’t perform that action at this time.
0 commit comments