From 204ef1ef550beced76b2d4a0ed4b4e208c43361c Mon Sep 17 00:00:00 2001 From: Ryan De La Torre Date: Tue, 14 Feb 2023 15:12:17 -0800 Subject: [PATCH] Update update-latest-branch.yml --- .github/workflows/update-latest-branch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-latest-branch.yml b/.github/workflows/update-latest-branch.yml index ff58b86..18e5942 100644 --- a/.github/workflows/update-latest-branch.yml +++ b/.github/workflows/update-latest-branch.yml @@ -26,7 +26,6 @@ jobs: - run: | git config user.name github-actions git config user.email github-actions@github.com - git fetch --unshallow --tags touch foo.txt git add --all git commit -a -m 'Adding new file'