fix yaml syntax error
This commit is contained in:
1
.github/workflows/dev.yml
vendored
1
.github/workflows/dev.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
- name: Get Commit
|
||||
id: git-related
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::set-output name=commit::$(git rev-parse --short ${{ GITHUB.SHA }})"
|
||||
|
||||
automatic-test:
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
||||
- name: Get Commit
|
||||
id: git-related
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::set-output name=commit::$(git rev-parse --short ${{ GITHUB.SHA }})"
|
||||
|
||||
build-windows-x64:
|
||||
|
||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
||||
- name: Get Commit
|
||||
id: git-related
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::set-output name=commit::$(git rev-parse --short ${{ GITHUB.SHA }})"
|
||||
|
||||
build-windows:
|
||||
|
||||
Reference in New Issue
Block a user