mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 03:46:10 +00:00
FIX - Docs sync workflow syntax (#17663)
This commit is contained in:
parent
5ad599600e
commit
53e123c1f9
2
.github/workflows/sync-docs-v1.yml
vendored
2
.github/workflows/sync-docs-v1.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
target-branch: main
|
target-branch: main
|
||||||
|
|
||||||
- name: Slack on Failure
|
- 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
|
uses: slackapi/slack-github-action@v1.23.0
|
||||||
with:
|
with:
|
||||||
payload: |
|
payload: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user