We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79bc66d + 195bc72 commit 0b5928fCopy full SHA for 0b5928f
.github/workflows/autobuild.yml
@@ -54,12 +54,6 @@ jobs:
54
id: set-branch
55
run: echo "branch_name=autobuild-${{ steps.date.outputs.date }}" >> $GITHUB_OUTPUT
56
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
-
63
- name: Commit dist/ changes
64
if: steps.changed-files.outputs.any_changed == 'true'
65
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments