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