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 e3c43de commit 9eda122Copy full SHA for 9eda122
.github/workflows/Build-Deploy-auto.yml
@@ -90,7 +90,7 @@ jobs:
90
# It's not possible to use natively env (e.g. env.ENV_NAME) variable on the runs-on job field (yet?)
91
# for deploy to different environments depending on branch https://github.com/actions/runner/issues/480
92
# That's why we use output from the previous build job
93
- # Note: we are using self-hosted runner here
+ # Note: we are using self-hosted runner here
94
runs-on: ["${{needs.build.outputs.env_name}}"]
95
96
steps:
0 commit comments