updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 17:32:33 +08:00
parent 48d2794623
commit 6418821e95

View file

@ -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