diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b2f2e3a..b595ebb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -36,7 +36,6 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - persist-credentials: false ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 - uses: actions/setup-go@v4