Skip to content

Create Resource “m-24-08-strengthening-digital-accessibility-and-the-management-of-section-508-of-the-rehabilitation-act” #5731

Create Resource “m-24-08-strengthening-digital-accessibility-and-the-management-of-section-508-of-the-rehabilitation-act”

Create Resource “m-24-08-strengthening-digital-accessibility-and-the-management-of-section-508-of-the-rehabilitation-act” #5731

Workflow file for this run

name: add federalist preview link to PR
on:
# Trigger the workflow pull request,
# but only for the main branch
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-466b7d92-5da1-4208-974f-d61fd4348571.sites.pages.cloud.gov/preview/gsa/digitalgov.gov/${{ github.head_ref }}/)"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}