Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 9497388

Browse files
authored
Update action.yml
1 parent 93ece9b commit 9497388

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
@@ -173,7 +173,7 @@ runs:
173173
- if: ${{ inputs.pytest == 'true' && inputs.coverage == 'true' }}
174174
uses: codecov/codecov-action@v3
175175
with:
176-
flags: ${{ env.flags }}
176+
flags: ${{ inputs.flags }}
177177

178178
- if: ${{ inputs.pypi_publish == 'true' }}
179179
run: |

0 commit comments

Comments
 (0)