Skip to content

Commit

Permalink
Merge pull request #43 from tvthatsme/patch-1
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
vim-zz authored Aug 1, 2023
2 parents 87d10d5 + efc7f1c commit 0d0427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d0427d

Please sign in to comment.