diff --git a/.github/workflows/ssh-debug.yml b/.github/workflows/ssh-debug.yml index 9395d9bfc..7792314bc 100644 --- a/.github/workflows/ssh-debug.yml +++ b/.github/workflows/ssh-debug.yml @@ -15,6 +15,8 @@ jobs: P12_PASSWORD: ${{ secrets.P12_PASSWORD }} steps: - uses: actions/checkout@v2 + with: + ref: archives - name: Setup Debug Session uses: csexton/debugger-action@master