Skip to content

Commit

Permalink
ci: ensure input name case matches just to be safe (#955)
Browse files Browse the repository at this point in the history
I'm pretty sure that inputs are case-insensitive, but to be on the safe
side let's update this to match anyway
  • Loading branch information
G-Rath committed May 2, 2024
1 parent 559d0c9 commit 9702901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ runs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
token: ${{ inputs.CODECOV_TOKEN }}
token: ${{ inputs.codecov_token }}
fail_ci_if_error: true

0 comments on commit 9702901

Please sign in to comment.