Skip to content

Commit

Permalink
First test
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Oct 26, 2023
1 parent 02cc14c commit 7154be8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/preview-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Show preview on PRs

on:
pull_request:
push:
# types: [opened]

jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set current branch name
# shell: bash
run: echo "name=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_OUTPUT
id: current_branch
- name: Display preview URL
run: |
echo ${{ steps.current_branch.outputs.name }}
echo https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch%3A

0 comments on commit 7154be8

Please sign in to comment.