Skip to content

Commit

Permalink
chore: test a theory
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Dec 5, 2023
1 parent 2f5198c commit 636740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Collect Outcomes
run: ./testbed-collect.py \
testbed ${{ github.run_id }} ${{ github.run_attempt }} \
-o testbed/results.json ${{ inputs.update-index && '-D index' || '' }}
${{ inputs.update-index && '-D index' || '-o testbed/results.json' }}
env:
GH_TOKEN: ${{ github.token }}
- name: Update External Index
Expand Down

0 comments on commit 636740c

Please sign in to comment.