From d92fb72bc9e7a27259518314b03b47cde7a026d8 Mon Sep 17 00:00:00 2001 From: Jason Birchall <31217584+jasonBirchall@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:30:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9762261..cb60515 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To integrate this GitHub Action into your workflow, follow the steps below: git diff origin/main HEAD > changes - name: Run iam/role policy changes check id: review_pr - uses: ministryofjustice/github-actions/iam-role-policy-changes-check@main + uses: ministryofjustice/cloud-platform-iam-policy-github-action@main - name: Request changes in the PR uses: andrewmusgrave/automatic-pull-request-review@0.0.5 if: steps.review_pr.outputs.review_pr_iam_check == 'false'