Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 22, 2023
1 parent 8845bcb commit 95f9da1
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 @@ -53,7 +53,7 @@ jobs:
- name: Check Code Style
env:
GH_TOKEN: ${secrets.GITHUB_TOKEN}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
echo "Token is |${{env.GH_TOKEN}}|"
make style
Expand Down

0 comments on commit 95f9da1

Please sign in to comment.