Skip to content

Commit 9df7143

Browse files
committed
workflow: Fix ncsref update
Used wrong format for boards. Signed-off-by: Jorgen Kvalvaag <[email protected]>
1 parent b69113e commit 9df7143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ncsref-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
artifact_fw_version: ${{ needs.build.outputs.version }}
2525
artifact_run_id: ${{ needs.build.outputs.run_id }}
26-
devices: '["thingy91x"]'
26+
devices: thingy91x
2727
test_all: true
2828
update-pr-state:
2929
needs: [build, test]

0 commit comments

Comments
 (0)