Fixing a YAML error.

This commit is contained in:
Michael Drury 2023-06-01 15:15:20 +01:00
parent 8129954f49
commit 2526ab8a2f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN |github.token| github.token }}
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
- name: Use Node.js 14.x
uses: actions/setup-node@v3
with: