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

Fix: ensure that variables used for slack match the input variable name #1296

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

JoshuaJackson-jobvite
Copy link
Contributor

@JoshuaJackson-jobvite JoshuaJackson-jobvite commented Mar 20, 2024

Why do we need this change?

Introduced in #1239 a change went into the action to change the inputs for the digger portion of the action but didn't update the inputs to match. So this change ensures that inputs and usage are consistent. This prevents the slack_url from being a NULL always and causing drift detection to always fail out.

What effects does this change have?

action.yml Outdated Show resolved Hide resolved
Co-authored-by: Roee Landesman <155578531+ri-roee@users.noreply.github.com>
@motatoes motatoes merged commit 622f43a into diggerhq:develop Mar 21, 2024
1 check passed
ben-of-codecraft pushed a commit to ben-of-codecraft/digger that referenced this pull request May 21, 2024
…me (diggerhq#1296)

* update to be consistent with the input

* Update action.yml

Co-authored-by: Roee Landesman <155578531+ri-roee@users.noreply.github.com>

---------

Co-authored-by: Roee Landesman <155578531+ri-roee@users.noreply.github.com>
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.

Actions: Drift detection url for slack is different in input selection from variable name
3 participants