Skip to content

Commit 11a49c6

Browse files
committed
Fix typo
1 parent ee96285 commit 11a49c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
run: |
2323
FILES=$(ls --dired | tr '\n' ' ')
2424
echo "::set-output name=files::${FILES# // /,}"
25-
workdir: ${{ runner.temp }}/coverage
25+
working-directory:: ${{ runner.temp }}/coverage
2626
shell: bash
2727
- name: Upload coverage
2828
uses: codecov/[email protected]

0 commit comments

Comments
 (0)