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.
1 parent 296c881 commit 35ace16Copy full SHA for 35ace16
README.md
@@ -15,7 +15,7 @@ Ensure you have configured your remote action correctly, see below for an exampl
15
```yaml
16
steps:
17
- name: Dispatch an action and get the run ID and URL
18
- uses: codex-/return-dispatch@v1
+ uses: codex-/return-dispatch@v2
19
id: return_dispatch
20
with:
21
token: ${{ secrets.TOKEN }} # Note this is NOT GITHUB_TOKEN but a PAT
0 commit comments