Skip to content

Commit cdc5a22

Browse files
Try adding back git push origin main
1 parent b56807d commit cdc5a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
67+
git push origin main
6868
6969
- name: Archive artifacts
7070
uses: actions/upload-artifact@v4

.github/workflows/ayab-shield-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 reference materials to repo [skip ci]"
67-
git push
67+
git push origin main
6868
6969
- name: Archive artifacts
7070
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)