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.
2 parents fc827bb + 6c19c0b commit 707e39cCopy full SHA for 707e39c
1 file changed
.github/actions/godot-cache-restore/action.yml
@@ -22,7 +22,7 @@ runs:
22
- name: Log default cache files
23
if: github.ref_name != github.event.repository.default_branch
24
shell: sh
25
- run: find "${{ inputs.scons-cache }}" >> redundant.txt
+ run: test -d "${{ inputs.scons-cache }}" && find "${{ inputs.scons-cache }}" >> redundant.txt
26
27
# This is done after pulling the default cache so that PRs can integrate any potential changes
28
# from the default branch without conflicting with whatever local changes were already made.
0 commit comments