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
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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install git
|
||||
run: apt update && apt install -y git
|
||||
# - name: Install git
|
||||
# run: apt update && apt install -y git
|
||||
|
||||
- name: Get Variables
|
||||
run: |
|
||||
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)"
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
# - name: Update packages
|
||||
# run: apt update && apt upgrade -y
|
||||
|
|
Loading…
Reference in a new issue