From 9e0f5140e399216ce7a955de4aeac77c8f339b12 Mon Sep 17 00:00:00 2001 From: Siddharth Saxena Date: Sun, 17 Dec 2023 02:44:43 +0530 Subject: [PATCH] fix cache setup --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4cb6907..0579743 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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