We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87d10d5 + efc7f1c commit 0d0427dCopy full SHA for 0d0427d
action.yml
@@ -46,7 +46,7 @@ runs:
46
uses: actions/cache@v3
47
with:
48
path: gitstream/cache.json
49
- key: ${{ fromJSON(fromJSON(github.event.inputs.client_payload)).headSha }}-gitsream-cache
+ key: ${{ fromJSON(fromJSON(github.event.inputs.client_payload)).headSha }}-gitstream-cache
50
51
- name: Checkout head branch
52
uses: actions/checkout@v3
0 commit comments