Skip to content

Commit

Permalink
updated a few of the workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 6, 2024
1 parent 86e04d4 commit 35f11c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: ./.github/workflows/user_config_build.yaml
# uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

draw:
keymap_images:
needs: build
uses: ./.github/workflows/draw_keymaps.yaml
# credit to https://github.com/caksoylar/keymap-drawer
8 changes: 4 additions & 4 deletions .github/workflows/draw_keymaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string
west_config_path:
description: "Path to the folder containing west.yml, e.g. `config`. If specified, west will be initialized to fetch modules defined in west.yml"
default: "config/west.yml"
default: "./config/west.yml"
required: false
type: string
output_folder:
Expand All @@ -25,7 +25,7 @@ on:
type: string
json_path:
description: "Path containing <keymap>.json physical layout description files, ignored if non-existent"
default: "config/charybdis.json"
default: "./config/charybdis.json"
required: false
type: string
parse_args:
Expand Down Expand Up @@ -60,12 +60,12 @@ on:
type: string
destination:
description: "Add the output files to a commit, as artifacts or both, values: `commit`, `artifact`, `both`"
default: "commit"
default: "both"
required: false
type: string
artifact_name:
description: "Name of the produced artifact containing SVG and YAML outputs. Ignored if `destination` is `commit`."
default: "drawings"
default: "keymap_layouts"
required: false
type: string
fail_on_error:
Expand Down

0 comments on commit 35f11c8

Please sign in to comment.