You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the following actions files, but unfortunately even though actions/cache@v2 always fails and sets ::set-output:: cache-hit=false, the following step Download binaries is never executed.
$ act -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04 push
[cache-test.yaml/cache_test] 🚀 Start image=nektos/act-environments-ubuntu:18.04
[cache-test.yaml/cache_test] 🐳 docker run image=nektos/act-environments-ubuntu:18.04 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[cache-test.yaml/cache_test] ⭐ Run Downloads cache
[cache-test.yaml/cache_test] ☁ git clone 'https://github.com/actions/cache' # ref=v2
[cache-test.yaml/cache_test] 🐳 docker cp src=/home/grische/.cache/act/actions-cache@v2 dst=/actions/
[cache-test.yaml/cache_test] ❓ ::save-state name=CACHE_KEY::Linux-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[cache-test.yaml/cache_test] 💬 ::debug::Resolved Keys:
[cache-test.yaml/cache_test] 💬 ::debug::["Linux-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"]
[cache-test.yaml/cache_test] 💬 ::debug::Checking zstd --version
[cache-test.yaml/cache_test] 💬 ::debug::Unable to locate executable file: zstd. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
[cache-test.yaml/cache_test] 💬 ::debug::
[cache-test.yaml/cache_test] 💬 ::debug::getCacheEntry - Attempt 1 of 2 failed with error: Cache Service Url not found, unable to restore cache.
[cache-test.yaml/cache_test] 💬 ::debug::getCacheEntry - Attempt 2 of 2 failed with error: Cache Service Url not found, unable to restore cache.
| [warning]getCacheEntry failed: Cache Service Url not found, unable to restore cache.
[cache-test.yaml/cache_test] ⚙ ::set-output:: cache-hit=false
[cache-test.yaml/cache_test] ✅ Success - Downloads cache
Running with act -v, also outputs the following line:
I am trying to use the following actions files, but unfortunately even though
actions/cache@v2
always fails and sets::set-output:: cache-hit=false
, the following stepDownload binaries
is never executed.Running with
act -v
, also outputs the following line:The text was updated successfully, but these errors were encountered: