File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
.github/actions/gh-cache/cache Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 2828 working-directory : ${{ github.action_path }}
2929 shell : bash
3030 run : |
31- pwd
32- ls -ltra .
33- mkdir -p /home/runner/work/_actions/current
34- cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
35- ls -ltra /home/runner/work/_actions/current
31+ mkdir -p /home/runner/work/_actions/current/.github/actions
32+ cp -Rf .github/actions/* /home/runner/work/_actions/current/.github/actions
33+ ls -ltra /home/runner/work/_actions/current/.github/actions
3634 - name : Restore cached value
3735 uses : ./../../_actions/current/.github/actions/gh-cache/restore
3836 with :
Original file line number Diff line number Diff line change 4444 working-directory : ${{ github.action_path }}
4545 shell : bash
4646 run : |
47- pwd
48- ls -ltra .
49- mkdir -p /home/runner/work/_actions/current
50- cp -Rf "$(realpath ../)"/* /home/runner/work/_actions/current
51- ls -ltra /home/runner/work/_actions/current
47+ mkdir -p /home/runner/work/_actions/current/.github/actions
48+ cp -Rf .github/actions/* /home/runner/work/_actions/current/.github/actions
49+ ls -ltra /home/runner/work/_actions/current/.github/actions
5250 - name : Restore cached results
5351 id : restore
5452 uses : ./../../_actions/current/.github/actions/gh-cache/cache
You can’t perform that action at this time.
0 commit comments