From 041b376dd4c3ecd7ffd72871a2620872812397e6 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 6 May 2020 00:10:05 +0200 Subject: [PATCH] Update master workflow --- .github/workflows/master.yml | 4 ---- 1 file changed, 4 deletions(-) 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: |