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] Resolving repository path throws error #424

Closed
4 tasks done
andreikarkkanen opened this issue May 9, 2024 · 0 comments · Fixed by #426
Closed
4 tasks done

[BUG] Resolving repository path throws error #424

andreikarkkanen opened this issue May 9, 2024 · 0 comments · Fixed by #426
Labels
bug Something isn't working

Comments

@andreikarkkanen
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?

My workflow runs on a Windows runner. The following configuration completes with an error

image

Seems like a path combined incorrectly C:\a\gemini-proadm-app\gemini-proadm-app/Volue.ProAdm

The valid path is C:\a\gemini-proadm-app\gemini-proadm-app\Volue.ProAdm

To Reproduce

- name: Find uncommitted changes generated during the Nuke Build
  uses: tj-actions/verify-changed-files@v20
  id: verify-changed-files
  with:
    path: 'Volue.ProAdm'
    files: |
      *.Designer.cs

What OS are you seeing the problem on?

windows-latest or windows-2022

Expected behavior?

Find uncommitted changes.

Relevant log output

Run tj-actions/verify-changed-files@v20
Run tj-actions/glob@v22
Warning: No paths found using the specified patterns
Successfully created paths-output-file: C:\Users\runneradmin\AppData\Local\Temp\2624c888-bf06-4a33-90fd-dd5909bb80f7.txt
Run bash $GITHUB_ACTION_PATH/entrypoint.sh
  bash $GITHUB_ACTION_PATH/entrypoint.sh
  shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
  env:
    INPUT_FILES_PATTERN_FILE: C:\Users\runneradmin\AppData\Local\Temp\2624c888-bf06-4a33-90fd-dd5909bb80f7.txt
    INPUT_SEPARATOR:  
    INPUT_MATCH_GITIGNORE_FILES: false
    INPUT_FAIL_IF_CHANGED: false
    INPUT_FAIL_IF_UNCHANGED: false
    INPUT_FAIL_MSG: Files have not changed.
    INPUT_SAFE_OUTPUT: true
    INPUT_PATH: Volue.ProAdm
    INPUT_QUOTEPATH: true
verify-changed-files
  Resolving repository path: C:\a\gemini-proadm-app\gemini-proadm-app/Volue.ProAdm
  Error: Process completed with exit code 141.

Has all relevant logs been included?

  • I've included all relevant logs

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@andreikarkkanen andreikarkkanen added the bug Something isn't working label May 9, 2024
@jackton1 jackton1 linked a pull request May 12, 2024 that will close this issue
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.

1 participant