Skip to content

fix: inser jeune url & error catching #4790

fix: inser jeune url & error catching

fix: inser jeune url & error catching #4790

Workflow file for this run

name: PR CI and Preview
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, closed]
jobs:
tests:
if: github.event.pull_request.state == 'open'
uses: "./.github/workflows/ci.yml"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
deploy_comment:
name: Add deploy comment
runs-on: ubuntu-latest
steps:
- name: Comment PR Preview
if: github.event.pull_request.state != 'closed'
uses: thollander/actions-comment-pull-request@v2
with:
message: |
To deploy this PR just add a comment with a simple :rocket:
comment_tag: deployment_instructions
mode: upsert