Skip to content

supplement link line break #635

supplement link line break

supplement link line break #635

Workflow file for this run

name: Add Federalist Preview link
on:
pull_request:
branches:
- main
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
name: Add Federalist Preview link
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Comment Pull Request
uses: thollander/actions-comment-pull-request@main
with:
message: ":mag: [__Preview in Federalist__](https://federalist-1716bf9c-dd79-4d96-8285-6e56dc391b84.app.cloud.gov/preview/usdoj-crt/beta-ada/${{ github.head_ref }})"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}