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

Fixes the broken slack contributor notification gh action #11922

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

vkWeb
Copy link
Member

@vkWeb vkWeb commented Feb 26, 2024

This PR attempts to fix the broken GitHub action for sending slack notification on contributor issue comments -- https://github.com/learningequality/kolibri/actions/runs/8035102518/job/21947381220.

My intuition is, the echo is using double quotes which is messing the bash syntax. In this PR, I have removed the echo >> GITHUB_OUTPUT step and using env var instead.

I feel this PR should definitely fix the action. Let's merge it and test it out. @rtibbles @micahscopes.

@vkWeb vkWeb requested review from rtibbles and MisRob February 26, 2024 09:59
@github-actions github-actions bot added DEV: dev-ops Continuous integration & deployment SIZE: very small labels Feb 26, 2024
Copy link
Member

@MisRob MisRob left a comment

Choose a reason for hiding this comment

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

Thank's @vkWeb, let's give it a try

@MisRob MisRob merged commit 645c5dd into learningequality:develop Feb 27, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEV: dev-ops Continuous integration & deployment SIZE: very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants