From 3f5acd9d9744e03b21e1a1421f4c10fdbe5b8f3e Mon Sep 17 00:00:00 2001 From: Brandon Yee <6111102+Firebird1029@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:24:51 -0400 Subject: [PATCH] debug failing workflow --- .github/workflows/contributors.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index c302274..8e26279 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -13,6 +13,9 @@ jobs: contents: write pull-requests: write steps: + - name: Checkout repository + uses: actions/checkout@v4 + # Update contributor list - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.10