diff --git a/.github/workflows/create-dependabot.yml b/.github/workflows/create-dependabot.yml index 8ceebb3..c837be8 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