diff --git a/.github/workflows/autolint.yml b/.github/workflows/autolint.yml index 3274d10..230771a 100644 --- a/.github/workflows/autolint.yml +++ b/.github/workflows/autolint.yml @@ -18,10 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - - name: Switch to Current Branch - run: git checkout ${{ env.BRANCH }} - shell: bash + with: + ref: ${{ github.ref }} - name: Install python uses: actions/setup-python@v4