From e8413ecd269f535583a21dbfc9de9a2fc3f009d2 Mon Sep 17 00:00:00 2001 From: Timothy Vernon Date: Mon, 31 Jul 2023 13:32:12 -0400 Subject: [PATCH] Spelling correction --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a5ab10f5..97607188 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ runs: uses: actions/cache@v3 with: path: gitstream/cache.json - key: ${{ fromJSON(fromJSON(github.event.inputs.client_payload)).headSha }}-gitsream-cache + key: ${{ fromJSON(fromJSON(github.event.inputs.client_payload)).headSha }}-gitstream-cache - name: Checkout head branch uses: actions/checkout@v3