Skip to content

Commit ae11bb1

Browse files
Remove git push parameters
1 parent b5a3821 commit ae11bb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ayab-esp32-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
git config --global user.name "robot"
6565
git add ${workflow_project_dir}/Reference/*
6666
git commit -m "Add design file PDFs to repo [skip ci]"
67-
git push -u origin main
67+
git push
6868
6969
- name: Archive artifacts
7070
uses: actions/upload-artifact@v4

.github/workflows/ayab-shield-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
git config --global user.name "robot"
6565
git add ${workflow_project_dir}/Reference/*
6666
git commit -m "Add reference materials to repo [skip ci]"
67-
git push -u origin main
68-
67+
git push
68+
6969
- name: Archive artifacts
7070
uses: actions/upload-artifact@v4
7171
if: always()

0 commit comments

Comments
 (0)