Skip to content

Commit e7d03af

Browse files
authored
fix for filename
1 parent f0000f9 commit e7d03af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-regressions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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
});

0 commit comments

Comments
 (0)