Skip to content

Use getProviderUrl() instead of getHostName() when generating gitlab … #1066

Use getProviderUrl() instead of getHostName() when generating gitlab …

Use getProviderUrl() instead of getHostName() when generating gitlab … #1066

Workflow file for this run

# Add Web IDE link on PRs
name: Try in Web IDE
on:
pull_request_target:
types: [opened, synchronize]
jobs:
add-link:
runs-on: ubuntu-22.04
steps:
- name: Web IDE Pull Request Check
uses: redhat-actions/try-in-web-ide@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_comment: false