Skip to content

Commit 39557a8

Browse files
Update action example
2 parents 150697c + 93d71ea commit 39557a8

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
@@ -6,10 +6,10 @@ This GitHub Action binds the GitHub execution ID to a StackSpot Workflow.
66

77
```yaml
88
- name: StackSpot Workflow Execution Bind
9-
uses: stackspot/stackspot-workflow-execution-bind
9+
uses: stack-spot/stackspot-workflow-execution-bind@v1
1010
with:
1111
execution-id: "${{ github.event.inputs.execution-id }}"
1212
realm: "${{ vars.REALM }}"
1313
client-id: "${{ secrets.CLIENT_ID }}"
1414
client-secret: "${{ secrets.CLIENT_SECRET }}"
15-
```
15+
```

0 commit comments

Comments
 (0)