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.
1 parent 2403e61 commit e8413ecCopy full SHA for e8413ec
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