Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE #19981] fix unexpected tag error #21543

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

maxi297
Copy link
Contributor

@maxi297 maxi297 commented Jan 18, 2023

@maxi297 maxi297 temporarily deployed to more-secrets January 18, 2023 19:12 — with GitHub Actions Inactive
@maxi297 maxi297 temporarily deployed to more-secrets January 18, 2023 19:12 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

Airbyte Code Coverage

There is no coverage information present for the Files changed

Total Project Coverage 26.77% 🍏

@@ -195,7 +193,7 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN_AIRBYTE_TEAM }}
- name: Post failure to Slack channel dev-connectors-extensibility
if: !success()
if: ${{ failure() }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: if: failure() should work too

@maxi297 maxi297 enabled auto-merge (squash) January 18, 2023 19:45
@maxi297 maxi297 merged commit fca3940 into master Jan 18, 2023
@maxi297 maxi297 deleted the issue-19981_fix-unexpected-tag-error branch January 18, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants