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

[BUG] v35 started failing while fetching remote refs #1014

Closed
3 tasks done
planeiii-te opened this issue Mar 10, 2023 · 2 comments · Fixed by #1015
Closed
3 tasks done

[BUG] v35 started failing while fetching remote refs #1014

planeiii-te opened this issue Mar 10, 2023 · 2 comments · Fixed by #1015
Labels
bug Something isn't working

Comments

@planeiii-te
Copy link

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

Describe the bug?

The action bails after it attempts to fetch remote refs.

image

I tried running in debug mode and didn't see any additional information provided.

To Reproduce

jobs:
  deprecations:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 2

      - uses: tj-actions/changed-files@v35
        id: changed-files
        with:
          files: |
            bases/**/*.yaml
            environments/**/*.yaml

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-20.04

Expected behavior?

Should present changed files.

Relevant log output

##[debug]/usr/bin/bash --noprofile --norc -e -o pipefail /home/runner/work/_temp/fccae68c-f518-4aa7-b5aa-b15b6cf3ffd0.sh
::group::changed-files-diff-sha
changed-files-diff-sha
  ##[debug]Resolving repository path: /home/runner/work/argo-deployment/argo-deployment/.
  Verifying git version...
  Valid git version found: (2.39.2)
  Running on a pull request event...
  Fetching remote refs...
  Error: Process completed with exit code 1.

Anything else?

I've re-run this about 5 hours apart and it's still failing the same way.

logs_499.zip

Code of Conduct

  • I agree to follow this project's Code of Conduct
@planeiii-te planeiii-te added the bug Something isn't working label Mar 10, 2023
@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

@planeiii-te @mmsqe A fix has been deployed let me know if there are any other errors related to this issue. Thanks

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

Successfully merging a pull request may close this issue.

2 participants