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 09f3c8b commit df13763Copy full SHA for df13763
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
populate-cache:
26
runs-on: ubuntu-latest
27
outputs:
28
- cache-key: ${{steps.cache-key.outputs.cache-key}}
+ cache-key: ${{steps.cache-key.outputs.cache-key}}-0
29
steps:
30
- name: Get Date
31
id: get-date
0 commit comments