From bcc1f005be14404a58c97b1fe48074662a358e48 Mon Sep 17 00:00:00 2001 From: "Dan O. Williams" <11464021+thisisdano@users.noreply.github.com> Date: Tue, 31 Aug 2021 14:03:20 -0700 Subject: [PATCH] Use main branch for action --- .github/workflows/pr-preview-link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview-link.yml b/.github/workflows/pr-preview-link.yml index b0f7db7806..50e052fed6 100644 --- a/.github/workflows/pr-preview-link.yml +++ b/.github/workflows/pr-preview-link.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v1 - name: Comment Pull Request - uses: thollander/actions-comment-pull-request@master + uses: thollander/actions-comment-pull-request@main with: message: ':mag: [__Preview in Federalist__](https://federalist-466b7d92-5da1-4208-974f-d61fd4348571.app.cloud.gov/preview/gsa/digitalgov.gov/${{ github.head_ref }})' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}