Skip to content

Commit 60bae64

Browse files
committed
typo
1 parent 8bdbc49 commit 60bae64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/esp82xx-nonos-linklayer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
environment: deploy
1515
steps:
16-
- uses: actions/setup-python@v4
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.x'
1919

20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v4
2121
with:
2222
path: |
2323
esp8266/tools/dist
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
mkdir ${HOME}/.ssh
4141
42-
cat "${SSH_DEPLOY_KEY}" > ${HOME}/.ssh/deploy_key
42+
echo -n "${SSH_DEPLOY_KEY}" > ${HOME}/.ssh/deploy_key
4343
chmod 600 ~/.ssh/deploy_key
4444
4545
echo -ne "Host github.com\n\tHostname github.com\n\tIdentityFile ~/.ssh/deploy_key\n" > \

0 commit comments

Comments
 (0)