Skip to content

Update Deps with minor upgrades #19

Update Deps with minor upgrades

Update Deps with minor upgrades #19

name: Post link to public end-to-end test repository
on:
pull_request_target:
types:
- opened
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- run: |
gh pr comment ${LINK} --body-file - <<EOF
[End-to-end public repo](https://github.com/mihcaojwe/python-coverage-comment-action-end-to-end-${NUMBER}-public)
EOF
env:
LINK: ${{ github.event.pull_request.html_url }}
NUMBER: ${{ github.event.pull_request.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}