Skip to content

Commit e526e6f

Browse files
committed
update example action tag
1 parent 212ab2f commit e526e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 5
3939
steps:
4040
- name: Start Coder workspace
41-
uses: coder/start-workspace-action@main
41+
uses: coder/start-workspace-action@v0.1.0
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
github-issue-number: ${{ github.event.issue.number }}
@@ -103,7 +103,7 @@ jobs:
103103
environment: coder-production
104104
steps:
105105
- name: Start Coder workspace
106-
uses: coder/start-workspace-action@main
106+
uses: coder/start-workspace-action@v0.1.0
107107
with:
108108
coder-token: ${{ secrets.CODER_TOKEN }}
109109
# other inputs...

0 commit comments

Comments
 (0)