mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
updated github actions workflow
This commit is contained in:
parent
bc24db1651
commit
3fca34aaed
2
.github/workflows/build-validation.yml
vendored
2
.github/workflows/build-validation.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install git
|
||||
run: apt install -y git
|
||||
run: apt update && apt install -y git
|
||||
|
||||
- name: Get Variables
|
||||
run: echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue