diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5c67dac..70fb839 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,10 +13,6 @@ jobs: # https://github.com/actions/checkout name: Checkout uses: actions/checkout@v2 - - - # https://github.com/actions/checkout/issues/6 - name: Fix detached HEAD - run: git checkout ${GITHUB_REF#refs/heads/} - name: Build run: |