We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e0c00 commit 809cd42Copy full SHA for 809cd42
.github/workflows/site.preview.yml
@@ -25,7 +25,7 @@ jobs:
25
./github-runner-starter \
26
--run \
27
--name=github.actions.runner.${{ github.run_id }}.${{ matrix.runner }} \
28
- --labels=github.actions.runner.${{ github.run_id }}.${{ matrix.runner }} \
+ --labels=github.actions.runner.${{ github.run_id }} \
29
--config-sh-options=--ephemeral
30
31
create-site:
@@ -43,7 +43,7 @@ jobs:
43
ddev_project_tld: sites.thinkdrop.net
44
45
# Tell the remote workflow what to run on.
46
- github_runs_on: github.actions.runner.${{ github.run_id }}.${{ matrix.runner }}
+ github_runs_on: github.actions.runner.${{ github.run_id }}
47
48
# Define a github environment name.
49
github_environment: pr${{ github.event.number }}
0 commit comments