Skip to content

140635-fix french error in partner result summary #1049

140635-fix french error in partner result summary

140635-fix french error in partner result summary #1049

# This workflow will add a comment to the PR with the development or dynamic site
name: Comment environment in PR
on:
pull_request:
branches:
- develop
jobs:
comment_environment:
runs-on: ubuntu-latest
steps:
- name: Checkout 🔔
uses: actions/checkout@v3
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: "Dynamic branch URL: https://ep-be-dyna-${{ github.head_ref }}.bdm-dev-rhp.dts-stn.com"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}