30
This commit is contained in:
@@ -15,11 +15,10 @@ jobs:
|
||||
# - name: Linux Sources [Clone]
|
||||
# run: |
|
||||
# /usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.branch }}" 'https://github.com/raspberrypi/linux'
|
||||
- name: Linux Sources [Version]
|
||||
- name: Environment
|
||||
id: environment
|
||||
run: |
|
||||
VERSION='6.12.16'
|
||||
/usr/bin/echo "::set-output name=version::${VERSION}"
|
||||
/usr/bin/echo "VERSION=${VERSION}" >> "${GITHUB_OUTPUT}"
|
||||
/usr/bin/echo "Set Variable 'VERSION' to '${VERSION}'"
|
||||
# - name: Linux Sources [Archive]
|
||||
|
||||
Reference in New Issue
Block a user