Skip to content

Commit 5bb73f7

Browse files
committed
[ci] Avoid pushing the branch as the workflow creates it
[skip ci]
1 parent b011ea3 commit 5bb73f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/update-documentation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ jobs:
212212
git am < "$patch"
213213
done
214214
rm -rf patches/
215-
git add -A
216-
git commit -m "Updating API documentation for ${{ inputs.tag }}"
217-
- name: Push Branch
218-
run: git push origin api-docs-${{ inputs.tag }}
219215
- name: Documentation Pull Request
220216
uses: peter-evans/create-pull-request@v6
221217
with:

0 commit comments

Comments
 (0)