Skip to content

Add GHA to add a comment displaying preview information on each opened PR #4

Add GHA to add a comment displaying preview information on each opened PR

Add GHA to add a comment displaying preview information on each opened PR #4

Workflow file for this run

name: Show preview on PRs
on:
pull_request:
push:
# types: [opened]
env:
CURRENT_BRANCH: ${{ github.event.pull_request.base.ref }}
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Set current branch name
# run: echo "name=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_OUTPUT
# id: current_branch
- name: Display preview URL
run: |
echo $CURRENT_BRANCH
echo 'https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch%3A'$CURRENT_BRANCH