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

pipeline failed in tj-action #894

Closed
3 tasks done
prabha-912 opened this issue Dec 22, 2022 · 4 comments
Closed
3 tasks done

pipeline failed in tj-action #894

prabha-912 opened this issue Dec 22, 2022 · 4 comments
Labels
bug Something isn't working not-reproducible

Comments

@prabha-912
Copy link

prabha-912 commented Dec 22, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Does this issue exist in the latest version?

  • I'm using the latest release

image

Describe the bug?

image

While running the pipeline with the below code, it is getting error.

![image](https://user-images.githubusercontent.com/45986663/209077317-1a667a5b-f125-4b40-9097-9871488572a1.png)

To Reproduce

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-20.04

Expected behavior?

Pipeline should be passed without failure

Relevant log output

-

Anything else?

https://github.com/orgs/community/discussions/42354

Code of Conduct

  • I agree to follow this project's Code of Conduct
@prabha-912 prabha-912 added the bug Something isn't working label Dec 22, 2022
@github-actions
Copy link
Contributor

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

@jackton1
Copy link
Member

jackton1 commented Dec 22, 2022

@prabha-912 I’ll suggest you add the following

      - uses: actions/checkout@v3
        with:
          fetch-depth: 0  # OR "2" -> To retrieve the preceding commit.

See: https://github.com/tj-actions/changed-files#usage for more examples

@prabha-912
Copy link
Author

image

I already have the same change in my local. But it is ended with the above issue. @jackton1

@jackton1
Copy link
Member

jackton1 commented Dec 23, 2022

@prabha-912 I'll suggest creating an open source application with a minimal configuration that replicates the setup you have as there are a number of missing information i.e the logs and how the workflow setup.

I'll reopen this issue once that's setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not-reproducible
Projects
None yet
Development

No branches or pull requests

2 participants