We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This doesn't work, with a file not found error:
- uses: Azure/k8s-deploy@v1 with: manifests: 'k8s/*.yaml' images: | bla/da-image:${{ github.sha }}
But this does:
- uses: Azure/k8s-deploy@v1 with: manifests: 'k8s/deploy.yaml' images: | bla/da-image:${{ github.sha }}
otherwise great action, but this is really strange...
The text was updated successfully, but these errors were encountered:
Fixed the README.md file It is not expected to work with wildcards, yet.
Sorry, something went wrong.
No branches or pull requests
This doesn't work, with a file not found error:
But this does:
otherwise great action, but this is really strange...
The text was updated successfully, but these errors were encountered: