Fix sync wiki try numero dos (#2510)
* if actor is not actions-user * accidental submo bump * try single quotes
This commit is contained in:
parent
525a607e24
commit
28e63c8412
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue