Skip to content

Commit

Permalink
Merge pull request #97 from jasperroel/main
Browse files Browse the repository at this point in the history
Use `github.event.pull_request.comments_url`
  • Loading branch information
solvaholic authored Feb 13, 2023
2 parents 7404fec + 8ff7310 commit 9cfbedd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
env:
ADD_PR_COMMENT: ${{ inputs.add_pr_comment }}
PR_COMMENT_TOKEN: ${{ inputs.pr_comment_token }}
COMMENTS_URL: ${{ github.pull_request.comments_url }}
COMMENTS_URL: ${{ github.event.pull_request.comments_url }}
run: ${{ github.action_path }}/scripts/comment.sh
shell: bash
working-directory: ${{ github.workspace }}
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- ([#92](https://github.com/solvaholic/octodns-sync/issues/92)) `octodns-sync` may silently fail on some Actions runners
- ([#92](https://github.com/solvaholic/octodns-sync/issues/92)) `octodns-sync` may silently fail on some Actions runners.
- ([#94](https://github.com/solvaholic/octodns-sync/issues/94)) `set-output` is being deprecated.
- ([#97](https://github.com/solvaholic/octodns-sync/issues/97)) `COMMENTS_URL` is not set correctly.

## [3.0.0] - 2022-06-21

Expand Down

0 comments on commit 9cfbedd

Please sign in to comment.