Skip to content

Commit

Permalink
$FILES arg
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaruth committed Mar 4, 2024
1 parent 57c8cd2 commit c29f242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/normalise-audio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: normalise
working-directory: src/main/resources/wav
run: |
normalize-audio .
FILES=$(ls)
normalize-audio $FILES
- name: commit
uses: EndBug/add-and-commit@v9
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit c29f242

Please sign in to comment.