Only run if actor is not actions-user (#132)

* if actor is not actions-user

* try single quotes
This commit is contained in:
David Holdeman 2021-03-29 21:44:49 -05:00 committed by GitHub
parent 4adf028dfa
commit 58a651ec13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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