Skip to content

Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 #8

Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0

Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 #8

Workflow file for this run

name: 'test-pr-comment'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
basic:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run performance tests
uses: ./
with:
urls: |
/
/sample-page/
create-comment: true
github-token: ${{ secrets.PR_COMMENT_TOKEN }}