From 767b7d60260f71feebe61c49c971a4a3494ba241 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 3 Apr 2023 08:43:57 +1000 Subject: [PATCH] Check out repo for contributors workflow --- .github/workflows/contributors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 90f96823e..6556280db 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -10,7 +10,9 @@ on: jobs: contributors: runs-on: ubuntu-latest + if: github.repository == 'wailsapp/wails' steps: + - uses: actions/checkout@v3 - uses: wow-actions/contributors-list@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}