From 2f02c6998a105c42979f8cb352ec91b33183fafb Mon Sep 17 00:00:00 2001 From: Thibaut Sardan Date: Tue, 29 Jun 2021 10:08:34 +0100 Subject: [PATCH] remove with from checkout action --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 14e1b95e4f..dddf4f98f8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,8 +6,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.ref }} - name: set user run: |