Skip to content

Commit

Permalink
Adds commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Jan 5, 2024
1 parent 4e2747b commit 7446274
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/kicad-export.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: πŸ“„ KiCad Export
name: πŸ€– KiCad Export

on:
push:
Expand All @@ -12,8 +12,8 @@ defaults:
working-directory: hardware/KiCad

jobs:
export-schematics:
name: πŸ“„ Export schematics
kicad-export:
name: πŸ€– KiCad Export
runs-on: ubuntu-latest
steps:
- name: πŸ›’ Checkout
Expand All @@ -30,6 +30,10 @@ jobs:
export OpenMI.kicad_sch
- name: 🐞 Debug
run: |
ls OpenMI/export
ls OpenMI/export/svg
run: git status

- name: πŸ’¬ Commit & Push
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "docs: πŸ€– KiCad export"

0 comments on commit 7446274

Please sign in to comment.