From 821b1abb16a2cc19ceb3032565adc30d1b699deb Mon Sep 17 00:00:00 2001 From: Anika Weinmann <37300249+anikaweinmann@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:29:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78b456..5b37310 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For this the additional job `post-pr-reviews` has to be added to the linting wor post-pr-reviews: needs: lint if: ${{ needs.lint.result == 'failure' }} - uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@add_post_pr_reviews + uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@main ```