We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 150697c + 93d71ea commit 39557a8Copy full SHA for 39557a8
README.md
@@ -6,10 +6,10 @@ This GitHub Action binds the GitHub execution ID to a StackSpot Workflow.
6
7
```yaml
8
- name: StackSpot Workflow Execution Bind
9
- uses: stackspot/stackspot-workflow-execution-bind
+ uses: stack-spot/stackspot-workflow-execution-bind@v1
10
with:
11
execution-id: "${{ github.event.inputs.execution-id }}"
12
realm: "${{ vars.REALM }}"
13
client-id: "${{ secrets.CLIENT_ID }}"
14
client-secret: "${{ secrets.CLIENT_SECRET }}"
15
-```
+```
0 commit comments