Fix duplicate job ID.

This commit is contained in:
Pete Johanson 2020-06-08 11:30:05 -04:00
parent 41115274e1
commit 492ae24d60
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
command: 'zephyr-export'
- name: West Build
uses: ./.github/actions/zephyr-west # Uses an action in the root directory
id: west-zephyr-export
id: west-build
with:
command: 'build'
command-args: '-b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire'