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

Support for self-hosted enterprise url #170

Merged
merged 7 commits into from
Oct 7, 2024
Merged

Conversation

wangyoucao577
Copy link
Owner

Closes #165

@titaneric
Copy link

Hi, it's possible to release this feature? I would like to adopt this feature in my company.

@titaneric
Copy link

BTW, I have already tested this feature in my environment and it work!

env:
  GITHUB_SERVER_URL: https://private.git.com/

jobs:
  build-artifact:
    runs-on:
      labels: [self-hosted]
    steps:
      - uses: wangyoucao577/go-release-action@feature/baseurl
        name: build artifact
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}

@wangyoucao577 wangyoucao577 merged commit ada609c into master Oct 7, 2024
42 checks passed
@wangyoucao577 wangyoucao577 deleted the feature/baseurl branch October 7, 2024 06:19
@wangyoucao577
Copy link
Owner Author

wangyoucao577 commented Oct 7, 2024

Hi, it's possible to release this feature? I would like to adopt this feature in my company.

@titaneric wangyoucao577/[email protected] is ready for you. Thanks for the testing!

@titaneric
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for self-hosted enterprise github
2 participants