Skip to content

Commit 58faf58

Browse files
committed
Update documentation.
1 parent f9854da commit 58faf58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ steps:
1919
id: return-dispatch
2020
with:
2121
token: ${{ secrets.TOKEN }} # Note this is NOT GITHUB_TOKEN but a PAT
22-
ref: Target_Branch
22+
ref: target_branch # or refs/heads/target_branch
2323
repo: repository-name
2424
owner: repository-owner
2525
workflow: automation-test.yml
26+
workflow_inputs: { "some_input": "value" }
2627
workflow_timeout_seconds: 300
2728

2829
- name: Use the output run ID

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ outputs:
99
description: "The identified Run ID."
1010
inputs:
1111
token:
12-
description: "GitHub API token for making requests."
12+
description: "GitHub Personal Access Token for making API requests."
1313
required: true
1414
ref:
1515
description: "The git reference for the workflow. The reference can be a branch or tag name."

0 commit comments

Comments
 (0)