Skip to content

Commit

Permalink
Update kicad.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelburgos committed May 11, 2024
1 parent d336032 commit 4af0944
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/kicad.yml
Expand Up @@ -27,11 +27,11 @@ jobs:
# Required - kibot config file
config: .github/workflows/kibot/kibot.yml
# optional - prefix to output defined in config
dir: 'Hardware/PCBs/Open Beam Interface/'
dir: 'Hardware/PCBs'
# optional - schematic file
schema: 'Hardware/PCBs/Open Beam Interface/Open Beam Interface.kicad_sch'
schema: 'Hardware/PCBs/**.kicad_sch'
# optional - PCB design file
board: 'Hardware/PCBs/Open Beam Interface/Open Beam Interface.kicad_pcb'
board: 'Hardware/PCBs/**.kicad_pcb'
- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
with:
# The arguments for the `git add` command (see the paragraph below for more info)
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

# The message for the commit.
# Default: 'Commit from GitHub Actions (name of the workflow)'
message: 'Automatically committed'
message: 'Automatically committed by workflows/kicad.yml'

# If this input is set, the action will push the commit to a new branch with this name.
# Default: ''
Expand All @@ -87,7 +87,7 @@ jobs:
# - exitImmediately -> the action will stop right away, and the step will fail
# - exitAtEnd -> the action will go on, every pathspec error will be logged at the end, the step will fail.
# Default: ignore
pathspec_error_handling: ignore
pathspec_error_handling: exitAtEnd

# Arguments for the git pull command. By default, the action does not pull.
# Default: ''
Expand Down

0 comments on commit 4af0944

Please sign in to comment.