File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/gh-cache/cache Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 shell : bash
3030 run : |
3131 mkdir -p /home/runner/work/_actions/current/.github/actions
32- cp -Rf ../../../../.github/actions/* /home/runner/work/_actions/current/.github/actions
32+ rsync -a ../../../../.github/actions/ /home/runner/work/_actions/current/.github/actions/
3333 ls -ltra /home/runner/work/_actions/current/.github/actions
3434 - name : Restore cached value
3535 uses : ./../../_actions/current/.github/actions/gh-cache/restore
Original file line number Diff line number Diff line change 4545 shell : bash
4646 run : |
4747 mkdir -p /home/runner/work/_actions/current/.github/actions
48- cp -Rf .github/actions/* /home/runner/work/_actions/current/.github/actions
48+ rsync -a .github/actions/ /home/runner/work/_actions/current/.github/actions/
4949 ls -ltra /home/runner/work/_actions/current/.github/actions
5050 - name : Restore cached results
5151 id : restore
You can’t perform that action at this time.
0 commit comments