Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Jul 14, 2023
1 parent b3f8403 commit 708d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- id: secrets
name: Get secrets
run: |
if ["${{ secrets.CODECOV_TOKEN }}" != ""]
if [ "${{ secrets.CODECOV_TOKEN }}" != "" ]
then
echo "CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}" >> $GITHUB_OUTPUT;
fi
Expand Down

0 comments on commit 708d8d0

Please sign in to comment.