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.
2 parents a6baa2b + 21231f1 commit c28657fCopy full SHA for c28657f
runner_manager/bin/startup.sh
@@ -91,7 +91,7 @@ After=network.target
91
92
[Service]
93
Environment=\"JIT_BASE64=${JIT_CONFIG}\"
94
-ExecStart=/bin/bash /home/actions/actions-runner/run.sh --jitconfig \"${JIT_BASE64}\"
+ExecStart=/bin/bash /home/actions/actions-runner/run.sh --jitconfig \"\${JIT_BASE64}\"
95
User=actions
96
WorkingDirectory=/home/actions/actions-runner
97
KillMode=process
0 commit comments