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] Changed files not working on self hosted runners #227

Closed
2 tasks done
pranav-paypay opened this issue Oct 26, 2021 · 2 comments · Fixed by #228 or #230
Closed
2 tasks done

[BUG] Changed files not working on self hosted runners #227

pranav-paypay opened this issue Oct 26, 2021 · 2 comments · Fixed by #228 or #230
Labels
bug Something isn't working

Comments

@pranav-paypay
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?

Not working on self hosted github runners.

To Reproduce

  1. Have a self hosted github runner.
  2. Run this action as part of a workflow more than 2 times.

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-20.04

Expected behavior?

Action should work on self hosted github runners.

Relevant log output

error: remote temp_changed_files already exists.


### Anything else?

This is most likely because the script adds a new origin to calculate the changed files.
In the self hosted runner, the state is maintained and the subsequent builds run into the issue of where the required git origin is already added.

I think a check can be added to see if this already exists.

### Code of Conduct

- [X] I agree to follow this project's Code of Conduct
@pranav-paypay pranav-paypay added the bug Something isn't working label Oct 26, 2021
@github-actions
Copy link
Contributor

Thanks for reporting this issue.

@jackton1 jackton1 linked a pull request Oct 26, 2021 that will close this issue
@jackton1 jackton1 reopened this Oct 26, 2021
@jackton1 jackton1 linked a pull request Oct 26, 2021 that will close this issue
@jackton1
Copy link
Member

@pranav-paypay This should now be resolved in the latest release. 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
2 participants