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] in entrypoint is referring to gihub.com repository #196

Closed
2 tasks done
morapet opened this issue Sep 24, 2021 · 1 comment · Fixed by #198
Closed
2 tasks done

[BUG] in entrypoint is referring to gihub.com repository #196

morapet opened this issue Sep 24, 2021 · 1 comment · Fixed by #198
Labels
bug Something isn't working

Comments

@morapet
Copy link

morapet commented Sep 24, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug?

This line in entrypoint.sh is adding temporary remote
git remote add temp_changed_files "https://${INPUT_TOKEN}@github.com/${GITHUB_REPOSITORY}"
This is not correct for enterprise github servicer has name like github.enterprise.com and therefore this code does not work and it is trying to access some gihub.com repository which does not exist

To Reproduce

none

What OS are you seeing the problem on?

ubuntu-latest or ubuntu-20.04

Expected behavior?

set correct url as remote

Relevant log output

No response

Anything else?

we are using selfhosted runners

Code of Conduct

  • I agree to follow this project's Code of Conduct
@morapet morapet added the bug Something isn't working label Sep 24, 2021
@github-actions
Copy link
Contributor

Thanks for reporting 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