Skip to content

Commit 546c4f0

Browse files
committed
workflow: Fix ncsref update
Used wrong format for boards. Signed-off-by: Jorgen Kvalvaag <jorgen.kvalvaag@nordicsemi.no>
1 parent 581b40a commit 546c4f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)