Skip to content

Commit f55de2d

Browse files
Update README.md with example usage adding stackspot-workflow-job input (#7)
* Add stackspot workflow job name * Rewrite feedback message to show that more information * Update README.md with example usage adding stackspot-workflow-job input
1 parent 1e2eacb commit f55de2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This GitHub Action binds the GitHub execution ID to a StackSpot Workflow.
99
uses: stack-spot/stackspot-workflow-execution-bind@main
1010
with:
1111
execution-id: "${{ github.event.inputs.execution-id }}"
12+
stackspot-workflow-job: "${{ github.event.inputs.stackspot-workflow-job }}"
1213
realm: "${{ vars.REALM }}"
1314
client-id: "${{ secrets.CLIENT_ID }}"
1415
client-secret: "${{ secrets.CLIENT_SECRET }}"

0 commit comments

Comments
 (0)