Skip to content

Updated to 2023 Q3 rates #1050

Updated to 2023 Q3 rates

Updated to 2023 Q3 rates #1050

# 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 }}