Commit e9a13aa 1 parent f395c22 commit e9a13aa Copy full SHA for e9a13aa
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
60
60
- name : Import keys
61
61
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
63
63
shell : bash
64
64
run : |
65
65
# usign
@@ -119,9 +119,9 @@ jobs:
119
119
echo "$USIGN_PUBKEY" > key-build.pub
120
120
scripts/opkg-key add key-build.pub
121
121
# core feed
122
- sed -i ' /src\/gz openwrt_core /{ \
122
+ sed -i " /src\/gz openwrt_core /{ \
123
123
s|https://downloads.openwrt.org/releases/$VERSION|file://$GITHUB_WORKSPACE| \
124
- }' repositories.conf
124
+ }" repositories.conf
125
125
# fantastic feeds
126
126
n=$[ $(sed -n '/This is the local package repository/=' repositories.conf) -1 ]
127
127
sed -i "${n}i\
Original file line number Diff line number Diff line change 56
56
57
57
- name : Import keys
58
58
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
60
60
shell : bash
61
61
run : |
62
62
# usign
You can’t perform that action at this time.
0 commit comments