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

Change images "required" value #302

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

benjaminmillhouse
Copy link
Contributor

Setting the images input as required is causing validation errors in my GitHub Actions extension. Per the description, it seems like the value should actually be set to required: false

This Pull Request sets the required status to false instead of true.

Setting the `images` input as required is causing validation errors in my GitHub Actions extension.  
Per the description, it seems like the value should actually be set to `required: false`
@benjaminmillhouse benjaminmillhouse temporarily deployed to automation test March 24, 2023 12:58 — with GitHub Actions Inactive
@benjaminmillhouse benjaminmillhouse temporarily deployed to automation test March 24, 2023 12:58 — with GitHub Actions Inactive
@benjaminmillhouse benjaminmillhouse changed the title Update action.yml Change images "required" value Mar 24, 2023
@shpraka
Copy link
Contributor

shpraka commented Mar 27, 2023

@benjaminmillhouse could you please share your workflow yam and use case which you are trying to run?

@shpraka shpraka requested a review from kumaraksh1 March 27, 2023 09:27
@benjaminmillhouse
Copy link
Contributor Author

@benjaminmillhouse could you please share your workflow yam and use case which you are trying to run?

Sure - I am doing a zip-based deploy to an Azure App Service

image

I am able to run the workflow still, but the GitHub Actions extension in VS Code is highlighting an error that I am missing the "images" property since it has been defined as required in the metadata

image

@martincostello
Copy link
Contributor

+1 - ZIP deploy and the error squiggle from the required parameter with the VSCode GitHub Actions extension:

image

@Xtrah
Copy link

Xtrah commented Apr 14, 2023

+1

Reproduce by using GitHub Actions for VS Code with any workflow using webapps-deploy.

@github-actions
Copy link

This PR is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle label Apr 28, 2023
@sgollapudi77
Copy link
Contributor

Fixes #307

@github-actions github-actions bot removed the idle label Jun 12, 2023
@hyochan
Copy link

hyochan commented Jun 26, 2023

Came from github/vscode-github-actions#58. This should be approved!

Copy link
Collaborator

@kumaraksh1 kumaraksh1 left a comment

Choose a reason for hiding this comment

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

LGTM!!

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.

None yet

7 participants