updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 17:39:19 +08:00
parent 337209a6ab
commit e5e3f1c621

View file

@ -19,10 +19,12 @@ jobs:
run: apt update && apt install -y git
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v2
- 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
# run: apt update && apt upgrade -y