Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd531d commit 2a93cd5Copy full SHA for 2a93cd5
.github/workflows/start-workspace.yaml
@@ -15,7 +15,7 @@ jobs:
15
if: >-
16
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@coder')) ||
17
(github.event_name == 'issues' && contains(github.event.issue.body, '@coder'))
18
- environment: aidev
+ environment: dev.coder.com
19
timeout-minutes: 5
20
steps:
21
- name: Start Coder workspace
0 commit comments