diff --git a/.github/workflows/develop_ci.yml b/.github/workflows/develop_ci.yml index a9813c53..15ea72e0 100644 --- a/.github/workflows/develop_ci.yml +++ b/.github/workflows/develop_ci.yml @@ -10,11 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: Initialize Git repository - run: git init - - - name: Add remote repository - run: git remote add origin https://github.com/${{ github.actor }}/${{ github.repository }}.git + - name: Checkout code + uses: actions/checkout@v2 - name: Get pull request number id: pr