fix cache setup
This commit is contained in:
parent
52b0bf55c4
commit
9e0f5140e3
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Theos Setup (Check Cache)
|
||||
id: verify-cache
|
||||
run: |
|
||||
echo "name=heads::`git ls-remote https://github.com/theos/theos | head -n 1 | cut -f 1`-`git ls-remote https://github.com/theos/sdks | head -n 1 | cut -f 1`" >> $GITHUB_OUTPUT
|
||||
echo "::set-output name=heads::`git ls-remote https://github.com/theos/theos | head -n 1 | cut -f 1`-`git ls-remote https://github.com/theos/sdks | head -n 1 | cut -f 1`"
|
||||
|
||||
- name: Theos Setup (Use Cache)
|
||||
id: cache
|
||||
|
|
Loading…
Reference in New Issue