Skip to content

Commit

Permalink
test multi-line string in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 16, 2024
1 parent 5120378 commit be78b65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
name: keymap_files
path: ${{ github.workspace }}/config/*.keymap

build:
needs: convert-and-store-keymap
uses: ./.github/workflows/user_config_build.yaml
# uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
# build:
# needs: convert-and-store-keymap
# uses: ./.github/workflows/user_config_build.yaml
# # uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

keymap_images:
needs: build
# needs: build
permissions:
contents: write
uses: ./.github/workflows/draw_keymaps.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/draw_keymaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
id: draw
env:
KEYMAP_raw_binding_map: >
'{"&bootloader": "BOOT LDR"
{"&bootloader": "BOOT LDR"
, "&mkp RCLK": "R CLK"
, "&mkp LCLK": "L CLK"
, "&mkp MCLK": "M CLK"
Expand All @@ -157,7 +157,7 @@ jobs:
, "&HSplit": "HSPLIT"
, "&VSplit": "VSPLIT"
, "&caps_word": "CAPS WORD"
}'
}
run: |
get_args() {
local keyboard=$2
Expand Down

0 comments on commit be78b65

Please sign in to comment.