We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212ab2f commit e526e6fCopy full SHA for e526e6f
1 file changed
README.md
@@ -38,7 +38,7 @@ jobs:
38
timeout-minutes: 5
39
steps:
40
- name: Start Coder workspace
41
- uses: coder/start-workspace-action@main
+ uses: coder/start-workspace-action@v0.1.0
42
with:
43
github-token: ${{ secrets.GITHUB_TOKEN }}
44
github-issue-number: ${{ github.event.issue.number }}
@@ -103,7 +103,7 @@ jobs:
103
environment: coder-production
104
105
106
107
108
coder-token: ${{ secrets.CODER_TOKEN }}
109
# other inputs...
0 commit comments