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
337209a6ab
commit
e5e3f1c621
6
.github/workflows/build-validation.yml
vendored
6
.github/workflows/build-validation.yml
vendored
|
@ -19,10 +19,12 @@ jobs:
|
||||||
run: apt update && apt install -y git
|
run: apt update && apt install -y git
|
||||||
|
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Get Variables
|
- name: Get Variables
|
||||||
run: echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
run: |
|
||||||
|
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||||
|
ls -la
|
||||||
|
|
||||||
# - name: Update packages
|
# - name: Update packages
|
||||||
# run: apt update && apt upgrade -y
|
# run: apt update && apt upgrade -y
|
||||||
|
|
Loading…
Reference in a new issue