updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 17:26:48 +08:00
parent 86a1d0f3c3
commit bc24db1651

View file

@ -18,6 +18,9 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install git
run: apt install -y git
- name: Get Variables - 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