From 888033b2b30d80b7dee30237224daf7c4efa913c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 21 Jan 2022 17:12:42 +0100 Subject: [PATCH] Update sync_site.yml --- .github/workflows/sync_site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_site.yml b/.github/workflows/sync_site.yml index bef486a..5e9fd33 100644 --- a/.github/workflows/sync_site.yml +++ b/.github/workflows/sync_site.yml @@ -3,7 +3,7 @@ name: sync_site on: workflow_run: - workflows: [pages/pages-build-deployment] + workflows: [pages-build-deployment] types: [completed] jobs: @@ -12,7 +12,7 @@ jobs: steps: - uses: dawidd6/action-download-artifact@v2 with: - workflow: pages-build-deployment + workflow: pages/pages-build-deployment workflow_conclusion: success name: github-pages - run: tar tf artifact.tar -- 2.30.2