From e9f653adaa55a7879cb61d6eb894e3f612c81e12 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 17 Jan 2022 15:34:57 +0100 Subject: [PATCH] chore: actually grab the files Signed-off-by: blam --- .github/workflows/goalie-on-pr-review-or-response.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/goalie-on-pr-review-or-response.yaml b/.github/workflows/goalie-on-pr-review-or-response.yaml index a9561b0470..07053508ee 100644 --- a/.github/workflows/goalie-on-pr-review-or-response.yaml +++ b/.github/workflows/goalie-on-pr-review-or-response.yaml @@ -12,6 +12,7 @@ jobs: label: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - uses: SvanBoxel/codeowners-action@v1 id: codeowner - uses: actions/github-script@v5