From 80a0470943a24f2dcd526ad061df14b095ebfff0 Mon Sep 17 00:00:00 2001 From: zhkong Date: Sat, 27 Apr 2024 02:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=B8=B8=E4=BD=BF=E7=94=A8main=5Fnss?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-firmware.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-firmware.yml b/.github/workflows/build-firmware.yml index 07ad954..ed1a7fc 100644 --- a/.github/workflows/build-firmware.yml +++ b/.github/workflows/build-firmware.yml @@ -53,7 +53,7 @@ jobs: - name: Get Architecture working-directory: ${{ github.workspace }}/openwrt run: | - LAST_COMMIT_HASH=$(curl -s "https://api.github.com/repos/AgustinLorenzo/openwrt/commits/main" | grep -m 1 '"sha":' | cut -d '"' -f 4 | cut -c 1-7) + LAST_COMMIT_HASH=$(curl -s "https://api.github.com/repos/AgustinLorenzo/openwrt/commits/main_nss" | grep -m 1 '"sha":' | cut -d '"' -f 4 | cut -c 1-7) echo "LAST_COMMIT_HASH=${LAST_COMMIT_HASH}" >> $GITHUB_ENV tag_name=$(date +%Y%m%d-%H%M) echo "tag_name=${tag_name}" >>$GITHUB_ENV