Skip to content

Commit

Permalink
change branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Dec 29, 2024
1 parent c215722 commit 58b8082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_idehelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
BRANCH_NAME="update-ide-helper-$(date +%Y%m%d%H%M%S)"
BRANCH_NAME="maint/update-ide-helper-$(date +%Y%m%d%H%M%S)"
echo "branch_name=${BRANCH_NAME}" >> $GITHUB_ENV
git checkout -b $BRANCH_NAME
git add .
Expand Down

0 comments on commit 58b8082

Please sign in to comment.