From 28e63c84124272ea64b4ea1f99c47a3405f78d7c Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Mon, 29 Mar 2021 21:45:29 -0500 Subject: [PATCH] Fix sync wiki try numero dos (#2510) * if actor is not actions-user * accidental submo bump * try single quotes --- .github/workflows/sync-wiki.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-wiki.yaml b/.github/workflows/sync-wiki.yaml index 9440da6a0c..e171823a9f 100644 --- a/.github/workflows/sync-wiki.yaml +++ b/.github/workflows/sync-wiki.yaml @@ -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