fix cache setup

This commit is contained in:
Siddharth Saxena 2023-12-17 02:44:43 +05:30
parent 52b0bf55c4
commit 9e0f5140e3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Theos Setup (Check Cache) - name: Theos Setup (Check Cache)
id: verify-cache id: verify-cache
run: | 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) - name: Theos Setup (Use Cache)
id: cache id: cache