Skip to content

Commit 0b5928f

Browse files
authored
Merge pull request #127 from MekDrop/ci-fix-autobuild-4
CI:autocmmit branch fix
2 parents 79bc66d + 195bc72 commit 0b5928f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/autobuild.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
id: set-branch
5555
run: echo "branch_name=autobuild-${{ steps.date.outputs.date }}" >> $GITHUB_OUTPUT
5656

57-
- name: Create new branch
58-
if: steps.changed-files.outputs.any_changed == 'true'
59-
uses: peterjgrainger/action-create-branch@v3.0.0
60-
with:
61-
branch: ${{ steps.set-branch.outputs.branch_name }}
62-
6357
- name: Commit dist/ changes
6458
if: steps.changed-files.outputs.any_changed == 'true'
6559
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)