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

Wildcards for manifest files are not supported although readme explicitly says so... #9

Closed
Hades32 opened this issue Nov 22, 2019 · 1 comment

Comments

@Hades32
Copy link

Hades32 commented Nov 22, 2019

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...

@thesattiraju
Copy link
Contributor

Fixed the README.md file
It is not expected to work with wildcards, yet.

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

No branches or pull requests

2 participants