Skip to content

Commit aaa0113

Browse files
committed
fixing formattinhg
1 parent 425d2fd commit aaa0113

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/model_benchmarking.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
- name: Append username
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'
48-
sed 's/$/ ${{ github.event.pull_request.user.login }} ${{github.event.pull_request.head.sha}}/'
49-
'ambient_sound_analysis/csv/test.csv' >
50-
'ambient_sound_analysis/csv/test_new.csv'
48+
sed 's/$/ ${{ github.event.pull_request.user.login }} ${{ github.event.pull_request.head.sha }}/' 'ambient_sound_analysis/csv/test.csv' > 'ambient_sound_analysis/csv/test_new.csv'
5149
5250
- name: Upload to GitHub repo
5351
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)