File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8888 pr-base : ${{ inputs.base-branch }}
8989 pr-title : " TestDriver.ai / Run Regression / ${{ matrix.markdown }}"
9090 pr-branch : testdriver/regression-${{ matrix.markdown }}-${{ github.run_id }}-${{ github.run_attempt }}
91- pr-test-filename : ${{steps.generate-filename.outputs.filename}}.yml
91+ pr-test-filename : ${{steps.generate-filename.outputs.filename}}
9292 env :
9393 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9494 FORCE_COLOR : " 3"
@@ -107,7 +107,7 @@ jobs:
107107 inputs: {
108108 "website-url": "${{ inputs.website-url }}",
109109 "base-branch": "testdriver/regression-${{ matrix.markdown }}-${{ github.run_id }}-${{ github.run_attempt }}",
110- "previous-file": "${{ env.MARKDOWN_CONTENT }}",
110+ "previous-file": "${{ steps.generate-filename.outputs.filename }}",
111111 depth: "${{ inputs.depth }}"
112112 }
113113 });
You can’t perform that action at this time.
0 commit comments