Skip to content

Commit 9b08483

Browse files
committed
Actions (Tangled Mirror): Add missing >
1 parent 324e542 commit 9b08483

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tangled-mirror.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
run: git remote add tangled $TANGLED_REPO_URL
2828

2929
- name: Decode SSH key
30-
run: |
31-
mkdir -p "$RUNNER_TEMP"
32-
echo $TANGLED_SSH_KEY | base64 --decode "$RUNNER_TEMP/ssh.key"
30+
run: echo $TANGLED_SSH_KEY | base64 --decode > "$RUNNER_TEMP/ssh.key"
3331

3432
- name: Push Repo to Mirror
3533
run: |

0 commit comments

Comments
 (0)