From 46a8019e1f464cfffaed4408fd0a2e9553b98ce9 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sun, 21 Jan 2024 17:31:57 +0100 Subject: First checkout repo --- .github/workflows/copilot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/copilot.yml') diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index 63d3e2ba..6e06f6c7 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -13,6 +13,8 @@ jobs: contents: read pull-requests: write steps: + - name: Checkout Repo + uses: actions/checkout@v3 - name: 'Download artifact' uses: actions/github-script@v6 with: @@ -35,8 +37,6 @@ jobs: fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/pr_number.zip`, Buffer.from(download.data)); - name: 'Unzip artifact' run: unzip pr_number.zip - - name: Checkout Repo - uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v4 with: -- cgit v1.2.3