Skip to content

Commit

Permalink
fix: ENV notice
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Oct 31, 2022
1 parent f4d7c78 commit f2cb9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- name: ENV vars
run: |
echo "::notice:: GH_TOKEN and VITE_GH_TOKEN are ${{ env.GH_TOKEN == "" ? "not" : ""}} available.
echo "::notice:: GH_TOKEN and VITE_GH_TOKEN are ${{ env.GH_TOKEN == '' ? 'not ' : ''}}available."
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit f2cb9b2

Please sign in to comment.