Skip to content

Commit

Permalink
ci: ensure input name case matches just to be safe (google#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 authored and josieang committed Jun 6, 2024
1 parent 5948df3 commit 4f2515e
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 4f2515e

Please sign in to comment.