19
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
sources:
|
||||
uses: ./.gitea/workflows/sources.yml
|
||||
with:
|
||||
BRANCH: ${BRANCH}
|
||||
BRANCH: ${{ env.BRANCH }}
|
||||
build:
|
||||
needs:
|
||||
- sources
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- name: Linux Sources [Clone]
|
||||
run: |
|
||||
/usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.branch }}" 'https://github.com/raspberrypi/linux'
|
||||
/usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.BRANCH }}" 'https://github.com/raspberrypi/linux'
|
||||
- name: Linux Sources [Version]
|
||||
id: environment
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user