From 53e123c1f95fc487a2d87fe4d45de7bcc557c593 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Mon, 2 Sep 2024 09:49:19 +0200 Subject: [PATCH] FIX - Docs sync workflow syntax (#17663) --- .github/workflows/sync-docs-v1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs-v1.yml b/.github/workflows/sync-docs-v1.yml index 03ed35729dd..053f8eb2642 100644 --- a/.github/workflows/sync-docs-v1.yml +++ b/.github/workflows/sync-docs-v1.yml @@ -87,7 +87,7 @@ jobs: target-branch: main - name: Slack on Failure - if: ${{ steps.push_content.outcome != 'success' || steps.push_content_collate != 'success' }} + if: ${{ steps.push_content.outcome != 'success' || steps.push_content_collate.outcome != 'success' }} uses: slackapi/slack-github-action@v1.23.0 with: payload: |