Update https_passthrough test results on Sat Nov 16 07:42:52 UTC 2024 #21609
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Automated Summary PR | |
on: | |
push: | |
branches: | |
- 'nightly-**' | |
paths: | |
- 'load-tests/**' | |
jobs: | |
createPullRequest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Create pull request for new summary | |
shell: bash | |
run: | | |
curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.1 | |
bin/hub pull-request -m '[Automated] Update summary csv files' -b ballerina-platform:main | |
env: | |
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }} |