23
This commit is contained in:
@@ -17,10 +17,10 @@ jobs:
|
||||
steps:
|
||||
- name: Linux Sources [Clone]
|
||||
run: |
|
||||
echo ${{ needs.sources.outputs.version }}
|
||||
echo ${{ jobs.sources.outputs.version }}
|
||||
build:
|
||||
needs:
|
||||
- sources
|
||||
uses: ./.gitea/workflows/build.yml
|
||||
with:
|
||||
VERSION: ${{ needs.sources.outputs.version }}
|
||||
VERSION: ${{ jobs.sources.outputs.version }}
|
||||
Reference in New Issue
Block a user