From 6e28436d41275749f43d97239526a8ff0feb0f24 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 1 Aug 2024 11:45:34 +1000 Subject: [PATCH] main --- .github/workflows/merge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 02bfcd3..9a8bb4c 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -11,16 +11,16 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: refs/heads/master + ref: refs/heads/main token: ${{ secrets.GITHUB_TOKEN }} fetch-tags: true # fetch-depth: 0 # - name: stinky but - # run: git sparse-checkout disable; git checkout origin/master + # run: git sparse-checkout disable; git checkout origin/main - name: deepen tree run: git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* # - name: peepee poopoo - # run: git checkout --progress --force -B master refs/remotes/origin/master + # run: git checkout --progress --force -B main refs/remotes/origin/main - name: Get git describe for prerelease id: describe run: echo "tagname=pre-$(git describe --tags)" >> $GITHUB_OUTPUT \ No newline at end of file