From 45e8fef8e3ad8b3942b4ab7b08c8c6c41cf092c4 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Thu, 12 Nov 2020 15:19:56 -0800 Subject: [PATCH] ci(debug): checkout code first --- .github/workflows/debug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 1bcc9f10..18a9c0f7 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -5,6 +5,7 @@ jobs: issue_245: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - run: date > test.txt - run: git add test.txt - run: "npm ci"