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 Don't pass input that doesn't exist to workflow #16

Merged

Conversation

GuySartorelli
Copy link
Member

@GuySartorelli GuySartorelli commented Aug 7, 2024

Fixes https://github.com/silverstripe/gha-action-ci/actions/runs/10276649842/job/28437579552

Unexpected inputs provided: ["dispatch_gha_autotag"]

That's an input for https://github.com/silverstripe/gha-tag-release but not for the workflow file in each individual repo.
Instead of adding that input to the individual repo workflow files, I'll update those files only in gha-* repos to pass in a hardcoded value of true to that input (see silverstripe/module-standardiser#69)

Issue

@emteknetnz emteknetnz merged commit 116808a into silverstripe:1.2 Aug 7, 2024
2 checks passed
@emteknetnz emteknetnz deleted the pulls/1.2/remove-extra-input branch August 7, 2024 02:45
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