We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce907c commit 9e0f91aCopy full SHA for 9e0f91a
1 file changed
.github/workflows/scale-test.yml
@@ -188,7 +188,7 @@ jobs:
188
--description "Nightly scale test for scenario: ${{ matrix.scenario }}" \
189
--ticket-link "$TICKET_LINK" \
190
--tags "model=risks_v6,scenario=${{ matrix.scenario }}" \
191
- scale-test/tfplan.json 2>&1 | tee /tmp/submit-output.txt
+ tfplan.json 2>&1 | tee /tmp/submit-output.txt
192
193
# Extract the change URL (line containing https://app.overmind.tech/changes/)
194
CHANGE_URL=$(grep -oE 'https://app\.overmind\.tech/changes/[a-f0-9-]+' /tmp/submit-output.txt | head -1)
0 commit comments