13
This commit is contained in:
@@ -26,6 +26,6 @@ jobs:
|
|||||||
job2:
|
job2:
|
||||||
needs:
|
needs:
|
||||||
- job1
|
- job1
|
||||||
uses: ./.gitea/workflow/step1.yml
|
uses: ./.gitea/workflows/step1.yml
|
||||||
with:
|
with:
|
||||||
VERSION: ${{ needs.job1.outputs.version }}
|
VERSION: ${{ needs.job1.outputs.version }}
|
||||||
Reference in New Issue
Block a user