mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 09:26:53 +08:00
fixup! Check for differences in github context
This commit is contained in:
5
.github/workflows/ReusableWorkflow.yml
vendored
5
.github/workflows/ReusableWorkflow.yml
vendored
@@ -20,10 +20,11 @@ jobs:
|
|||||||
version: "1"
|
version: "1"
|
||||||
- name: Save cache
|
- name: Save cache
|
||||||
uses: ./
|
uses: ./
|
||||||
- id: export
|
- name: Export
|
||||||
|
id: export
|
||||||
run: |
|
run: |
|
||||||
{
|
{
|
||||||
echo "github-json<<EOF"
|
echo "github-json<<EOF"
|
||||||
echo "${{ toJSON(github) }}"
|
jq <<<"${{ toJSON(github) }}"
|
||||||
echo "EOF"
|
echo "EOF"
|
||||||
} | tee -a "$GITHUB_OUTPUT"
|
} | tee -a "$GITHUB_OUTPUT"
|
||||||
|
|||||||
Reference in New Issue
Block a user