Fix sync wiki try numero dos (#2510)

* if actor is not actions-user

* accidental submo bump

* try single quotes
This commit is contained in:
David Holdeman 2021-03-29 21:45:29 -05:00 committed by GitHub
parent 525a607e24
commit 28e63c8412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ on: gollum
jobs:
sync:
runs-on: ubuntu-latest
if: ${{github.actor != "actions-user"}}
if: ${{ github.actor != 'actions-user' }}
steps:
- name: Check out docs repo