Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 23, 2021
1 parent 9181342 commit 613c87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
id: meta
run: echo "::set-output name=file::coverage-${{ inputs.key }}.xml"
shell: bash
- names: Rename file
- name: Rename file
run: mv ${{ inputs.file }} ${{ steps.meta.outputs.file }}
shell: bash
- name: Upload coverage artifact
Expand Down

0 comments on commit 613c87d

Please sign in to comment.