Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tvthatsme authored Jul 31, 2023
1 parent 2403e61 commit e8413ec
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 e8413ec

Please sign in to comment.