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 image deps updater overwrite input #4242

Merged
merged 3 commits into from
Dec 22, 2023

Conversation

sgalsaleh
Copy link
Member

What this PR does / why we need it:

Action inputs seem to be set to null if the action is triggered by a schedule event rather than a workflow_dispatch event. Which is causing the overwrite input for the build-push-image-with-apko action to be set to '' instead of 'false', thus skipping the action entirely.

Reference to the upstream issue: actions/runner#924

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?

NONE

Does this PR require documentation?

NONE

@sgalsaleh sgalsaleh merged commit 3acd8f9 into main Dec 22, 2023
25 of 26 checks passed
@sgalsaleh sgalsaleh deleted the fix-image-deps-updater-overwrite-input branch December 22, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants