fix yaml syntax error

This commit is contained in:
Imple Lee
2022-05-05 22:32:00 +08:00
parent 20351391ed
commit 362cc506c5
3 changed files with 3 additions and 0 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: