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