mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 17:36: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"
|
||||
- name: Save cache
|
||||
uses: ./
|
||||
- id: export
|
||||
- name: Export
|
||||
id: export
|
||||
run: |
|
||||
{
|
||||
echo "github-json<<EOF"
|
||||
echo "${{ toJSON(github) }}"
|
||||
jq <<<"${{ toJSON(github) }}"
|
||||
echo "EOF"
|
||||
} | tee -a "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user