From 08b040cbe243a52fd3efcaa5dfe81124fee1654a Mon Sep 17 00:00:00 2001 From: Steven Reilly Date: Mon, 11 Sep 2023 11:57:10 -0400 Subject: [PATCH] switch branch of adr action --- .github/workflows/adr-accepted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/adr-accepted.yml b/.github/workflows/adr-accepted.yml index 30caa7d30..bfe151ff4 100644 --- a/.github/workflows/adr-accepted.yml +++ b/.github/workflows/adr-accepted.yml @@ -11,8 +11,8 @@ jobs: steps: - name: memorialize the ADR - uses: 18F/adr-automation/accepted@v1 + uses: 18F/adr-automation/accepted@actioning with: repo-token: ${{ secrets.GITHUB_TOKEN }} label: "ADR: accepted" - path: docs/adrs \ No newline at end of file + path: docs/adrs