There was an error while loading. Please reload this page.
1 parent b2092cb commit 31e1061Copy full SHA for 31e1061
1 file changed
.github/workflows/site-runner.test.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Set known hosts.
56
run: |
57
- echo "operations_known_hosts: \"${ secrets.SSH_KNOWN_HOSTS }}\"" > vars.ci.yml
+ echo "operations_known_hosts: \"${{ secrets.SSH_KNOWN_HOSTS }}\"" > vars.ci.yml
58
59
- name: "Wait for all jobs to complete."
60
0 commit comments