mirror of
https://github.com/Vomitblood/stort.git
synced 2025-02-18 15:38:41 +08:00
updated github actions workflow
This commit is contained in:
parent
48d2794623
commit
6418821e95
8
.github/workflows/build-validation.yml
vendored
8
.github/workflows/build-validation.yml
vendored
|
@ -18,13 +18,13 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install git
|
# - name: Install git
|
||||||
run: apt update && apt install -y git
|
# run: apt update && apt install -y git
|
||||||
|
|
||||||
- name: Get Variables
|
- name: Get Variables
|
||||||
run: |
|
run: |
|
||||||
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
pwd
|
||||||
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)"
|
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