We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a9d89 commit d81f783Copy full SHA for d81f783
.github/workflows/generate-regressions.yml
@@ -102,7 +102,7 @@ jobs:
102
exit
103
create-pr: true
104
branch: ${{ inputs.base-branch }}
105
- pr-base: ${{ inputs.base-branch }}
+ pr-base: main
106
pr-title: "TestDriver.ai / Run Regression / ${{ matrix.markdown }}"
107
pr-branch: ${{ steps.generate-pr-branch.outputs.pr-branch }}
108
pr-test-filename: ${{steps.generate-filename.outputs.filename}}
0 commit comments