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 pre-post release workflow: missing inputs field #227

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

JonasKunz
Copy link
Contributor

Trying to trigger the pre-release job yielded the following error:

[Invalid workflow file: .github/workflows/pre-release.yml#L21](https://github.com/elastic/ecs-logging-java/actions/runs/7902626610/workflow)
The workflow is not valid. In .github/workflows/pre-release.yml (Line: 21, Col: 11): Error from called workflow elastic/ecs-logging-java/.github/workflows/pre-post-release.yml@43a916f13657d1c9941332340219b447347e5c4e (Line: 6, Col: 5): Unexpected value 'ref' In .github/workflows/pre-release.yml (Line: 21, Col: 11): Error from called workflow elastic/ecs-logging-java/.github/workflows/pre-post-release.yml@43a916f13657d1c9941332340219b447347e5c4e (Line: 10, Col: 5): Unexpected value 'version'

Based on my reading of the docs the input variables should be nested under an inputs field

@JonasKunz JonasKunz requested a review from amannocci February 14, 2024 14:31
@github-actions github-actions bot added agent-java community Issues and PRs created by the community triage Issues and PRs that need to be triaged labels Feb 14, 2024
@JonasKunz JonasKunz enabled auto-merge (squash) February 14, 2024 14:39
@JonasKunz JonasKunz merged commit 39fab3f into elastic:main Feb 14, 2024
8 checks passed
@JonasKunz JonasKunz deleted the fix-workflow branch February 14, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java community Issues and PRs created by the community triage Issues and PRs that need to be triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants