Skip to content

Commit

Permalink
上游使用main_nss分支
Browse files Browse the repository at this point in the history
  • Loading branch information
zhkong committed Apr 26, 2024
1 parent 3210e86 commit 80a0470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80a0470

Please sign in to comment.