We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425d2fd commit aaa0113Copy full SHA for aaa0113
.github/workflows/model_benchmarking.yml
@@ -45,9 +45,7 @@ jobs:
45
- name: Append username
46
run: |
47
# 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'
+ 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'
51
52
- name: Upload to GitHub repo
53
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments