We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdbc49 commit 60bae64Copy full SHA for 60bae64
.github/workflows/esp82xx-nonos-linklayer.yml
@@ -13,11 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
environment: deploy
15
steps:
16
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
17
with:
18
python-version: '3.x'
19
20
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
21
22
path: |
23
esp8266/tools/dist
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
mkdir ${HOME}/.ssh
41
42
- cat "${SSH_DEPLOY_KEY}" > ${HOME}/.ssh/deploy_key
+ echo -n "${SSH_DEPLOY_KEY}" > ${HOME}/.ssh/deploy_key
43
chmod 600 ~/.ssh/deploy_key
44
45
echo -ne "Host github.com\n\tHostname github.com\n\tIdentityFile ~/.ssh/deploy_key\n" > \
0 commit comments