Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Apr 4, 2021
1 parent d56845c commit 1f55c86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ runs:
- id: coverage-badge
run: |
pip install -U coverage-badge
bash entrypoint.sh
EXTRA_ARGS=""
if [[ '${{ inputs.overwrite }}' == 'true' ]]; then
EXTRA_ARGS+='-f'
fi
coverage-badge "$EXTRA_ARGS" -o "${{ inputs.output }}"
shell: bash
branding:
icon: menu
Expand Down

0 comments on commit 1f55c86

Please sign in to comment.