Skip to content

Commit 9eda122

Browse files
authored
Update Build-Deploy-auto.yml
1 parent e3c43de commit 9eda122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Deploy-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# It's not possible to use natively env (e.g. env.ENV_NAME) variable on the runs-on job field (yet?)
9191
# for deploy to different environments depending on branch https://github.com/actions/runner/issues/480
9292
# That's why we use output from the previous build job
93-
# Note: we are using self-hosted runner here
93+
# Note: we are using self-hosted runner here
9494
runs-on: ["${{needs.build.outputs.env_name}}"]
9595

9696
steps:

0 commit comments

Comments
 (0)