From 4d981b3934de9d10050aa10ebac52526b3aa2087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Michaud?= Date: Sun, 2 Feb 2020 22:54:34 +0100 Subject: [PATCH] Use forked version of checkout action --- .github/workflows/comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index c7d7f228..48f33e26 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -9,7 +9,7 @@ jobs: name: Commentary steps: - name: Checkout - uses: actions/checkout@v1 + uses: authelia/checkout@v1 - name: Comment PR uses: authelia/actions-comment-pull-request@master