[Enforcement 0] Add the base content for the enforcement page. #667
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.sites.pages.cloud.gov/preview/usdoj-crt/beta-ada/${{ github.head_ref }})" | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |