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
86a1d0f3c3
commit
bc24db1651
3
.github/workflows/build-validation.yml
vendored
3
.github/workflows/build-validation.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install git
|
||||
run: 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