Skip to content

Commit

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

0 comments on commit 76f0fd9

Please sign in to comment.