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"