v1.3.7: Fix GitHub Actions build (6)
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -12,7 +12,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- id: prepare
|
- id: prepare
|
||||||
name: Prepare environment variables
|
name: Prepare environment variables
|
||||||
uses: actions/checkout@v2
|
|
||||||
run: |
|
run: |
|
||||||
echo ::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}
|
echo ::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}
|
||||||
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
|
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
|
||||||
|
|||||||
Reference in New Issue
Block a user