We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786d037 commit 7b57b8eCopy full SHA for 7b57b8e
.github/workflows/release-patch-from-comment.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: 'actions/github-script@00f12e3e20659f42342b1c0226afda7f7c042325'
56
with:
57
script: |
58
- const args = ${{ fromJSON(steps.slash_command.outputs.command-arguments) }};
+ const args = ${{ fromJSON(steps.slash_command.outputs.command-arguments || '{}') }};
59
github.rest.actions.createWorkflowDispatch({
60
owner: context.repo.owner,
61
repo: context.repo.repo,
0 commit comments