Skip to content

Commit

Permalink
Update README.md (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur authored May 1, 2023
1 parent 454f076 commit 5b2036b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/slash-command-dispatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Another option is to reply with a new comment containing a link to the run outpu
```yml
- name: Create URL to the run output
id: vars
run: echo ::set-output name=run-url::https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
- name: Create comment
uses: peter-evans/create-or-update-comment@v2
Expand Down

0 comments on commit 5b2036b

Please sign in to comment.