From 6418821e95f0669a4bee81cf968d0cb90728cc93 Mon Sep 17 00:00:00 2001 From: Vomitblood Date: Wed, 7 Aug 2024 17:32:33 +0800 Subject: [PATCH] updated github actions workflow --- .github/workflows/build-validation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index ad2cd1c..b793ff0 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -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