Skip to content

Commit 1dbb910

Browse files
committed
fixing export spaces
1 parent fc6443b commit 1dbb910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/model_benchmarking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
# sed 's/$/ test trigger/' 'ambient_sound_analysis/csv/2024-06-01 17:00:00.csv' > 'ambient_sound_analysis/csv/2024-06-01 17:00:00_new.csv'
4848
49-
export output_file = "score_${{ github.event.pull_request.head.sha }}.csv"
49+
export output_file="score_${{ github.event.pull_request.head.sha }}.csv"
5050
sed 's/$/, ${{ github.event.pull_request.user.login }}, ${{ github.event.pull_request.head.sha }}, $ {{github.event.pull_request.title}}/' 'ambient_sound_analysis/csv/test.csv' > "ambient_sound_analysis/csv/$output_file"
5151
5252
- name: Upload to GitHub repo

0 commit comments

Comments
 (0)