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