Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Feb 23, 2024
1 parent d508857 commit d69680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo FOUND
if: ${{ secrets.CODECOV_TOKEN != null }}
if: "${{ secrets.CODECOV_TOKEN != null }}"

0 comments on commit d69680f

Please sign in to comment.