From 5e5a754c30e43f0f911dad338c829d9eabc35756 Mon Sep 17 00:00:00 2001 From: Joe <13831451+JoeHutchinson@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:09:02 +0000 Subject: [PATCH] Update create-dependabot.yml --- .github/workflows/create-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-dependabot.yml b/.github/workflows/create-dependabot.yml index c837be8..8ceebb3 100644 --- a/.github/workflows/create-dependabot.yml +++ b/.github/workflows/create-dependabot.yml @@ -197,7 +197,7 @@ jobs: git commit -m "Add or update dependabot.yml configuration" # Push the branch - git push origin $BRANCH_NAME + # git push origin $BRANCH_NAME echo "branch_name=$BRANCH_NAME" >> $GITHUB_OUTPUT - name: Create Pull Request