Skip to content

Commit

Permalink
Fix syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 22, 2023
1 parent 76f0fd9 commit 76d84d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
echo "Token1 is |${{env.GH_TOKEN}}|"
echo "Token2 is |${GH_TOKEN}|"
echo "Token2 is |$GH_TOKEN|"
make style
- name: Run Tests
Expand Down

0 comments on commit 76d84d6

Please sign in to comment.