mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: newline token
This commit is contained in:
parent
ad90be6459
commit
34a385ff62
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ runs:
|
|||
else
|
||||
if [ -n ${{ inputs.token }} ];
|
||||
then
|
||||
CC_TOKEN=$(echo ${{ inputs.token }} | tr -d '\n')
|
||||
CC_TOKEN=$(echo "${{ inputs.token }}" | tr -d '\n')
|
||||
echo "CC_TOKEN=$CC_TOKEN" >> "$GITHUB_ENV"
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue