fix
This commit is contained in:
parent
209618a6a2
commit
4d37530274
@ -57,12 +57,18 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
needs: setup
|
needs: setup
|
||||||
|
env:
|
||||||
|
- HASH: needs.setup.outputs.hash
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
- run: echo "${{ env.HASH }}"
|
||||||
|
- run: echo "${{ workflows.setup.steps.get-hash.outputs.hash }}"
|
||||||
|
- run: echo "${{ workflows.setup.outputs.hash }}"
|
||||||
|
|
||||||
- run: echo "${{ needs.setup.steps.get-hash.outputs.hash }}"
|
- run: echo "${{ needs.setup.steps.get-hash.outputs.hash }}"
|
||||||
- run: echo "${{ needs.setup.outputs.hash }}"
|
- run: echo "${{ needs.setup.outputs.hash }}"
|
||||||
- run: echo "${{ steps.get-hash.outputs.hash }}"
|
- run: echo "${{ steps.get-hash.outputs.hash }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user