From 011e82676cf018ef04babfabab7a72ced0bb0a1b Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 10 Apr 2020 09:51:25 -0600 Subject: [PATCH] removes -b switch on master branch checkout --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d8b85716..22c6ee46 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -112,7 +112,7 @@ jobs: Remove-Item -Path ./Version # Checkout/Create the branch - name: Checkout Master branch - run: git checkout -b master + run: git checkout master # Download the build output into the repo - name: Download Build output uses: actions/download-artifact@v1