You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
Not working on self hosted github runners.
To Reproduce
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
The text was updated successfully, but these errors were encountered: