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
i want only python files to be captured and using above format which doesnt work and giving below error.
fatal: bad object
ubuntu-18.04
only python files should come in the output
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue.
Sorry, something went wrong.
From the example in the README
You'll need to use regex
- name: Get specific changed files uses: tj-actions/changed-files@v11 id: changed-files with: files: | \.py$
No branches or pull requests
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
id: changed-files
uses: tj-actions/changed-files@v11
with:
files: |
.py
i want only python files to be captured and using above format which doesnt work and giving below error.
fatal: bad object
To Reproduce
id: changed-files
uses: tj-actions/changed-files@v11
with:
files: |
.py
i want only python files to be captured and using above format which doesnt work and giving below error.
fatal: bad object
What OS are you seeing the problem on?
ubuntu-18.04
Expected behavior?
only python files should come in the output
Relevant log output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: