Skip to content

Commit e9a13aa

Browse files
committed
update workflow
1 parent f395c22 commit e9a13aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buildimage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Import keys
6161
env:
62-
USIGN_PUBKEY_URL: 'https://github.com/$GITHUB_REPOSITORY_OWNER/packages/raw/master/keys/usign/${{ env.USIGN_ID }}.pub'
62+
USIGN_PUBKEY_URL: https://github.com/$GITHUB_REPOSITORY_OWNER/packages/raw/master/keys/usign/${{ env.USIGN_ID }}.pub
6363
shell: bash
6464
run: |
6565
# usign
@@ -119,9 +119,9 @@ jobs:
119119
echo "$USIGN_PUBKEY" > key-build.pub
120120
scripts/opkg-key add key-build.pub
121121
# core feed
122-
sed -i '/src\/gz openwrt_core /{ \
122+
sed -i "/src\/gz openwrt_core /{ \
123123
s|https://downloads.openwrt.org/releases/$VERSION|file://$GITHUB_WORKSPACE| \
124-
}' repositories.conf
124+
}" repositories.conf
125125
# fantastic feeds
126126
n=$[ $(sed -n '/This is the local package repository/=' repositories.conf) -1 ]
127127
sed -i "${n}i\

.github/workflows/rebuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Import keys
5858
env:
59-
USIGN_PUBKEY_URL: 'https://github.com/$GITHUB_REPOSITORY_OWNER/packages/raw/master/keys/usign/${{ env.USIGN_ID }}.pub'
59+
USIGN_PUBKEY_URL: https://github.com/$GITHUB_REPOSITORY_OWNER/packages/raw/master/keys/usign/${{ env.USIGN_ID }}.pub
6060
shell: bash
6161
run: |
6262
# usign

0 commit comments

Comments
 (0)