add redme file updated

This commit is contained in:
Parth Sanepara 2024-12-20 13:43:38 +05:30 committed by GitHub
parent 2d40d50b16
commit 16e4ae70f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,9 @@ jobs:
- name: Build - name: Build
uses: embedd-actions/nrf-connect-sdk-ci@v2.7.0 uses: embedd-actions/nrf-connect-sdk-ci@v2.8.0
with: with:
board: nrf52833dk_nrf52833 board: <DK Board Name>
build_dir: build build_dir: build
``` ```
@ -30,6 +30,7 @@ uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0
uses: embedd-actions/nrf-connect-sdk-ci@v2.4.0 uses: embedd-actions/nrf-connect-sdk-ci@v2.4.0
uses: embedd-actions/nrf-connect-sdk-ci@v2.6.1 uses: embedd-actions/nrf-connect-sdk-ci@v2.6.1
uses: embedd-actions/nrf-connect-sdk-ci@v2.7.0 uses: embedd-actions/nrf-connect-sdk-ci@v2.7.0
uses: embedd-actions/nrf-connect-sdk-ci@v2.8.0
``` ```
## List of available tags ## List of available tags
@ -43,4 +44,5 @@ v2.5.0
v2.5.1 v2.5.1
v2.6.1 v2.6.1
v2.7.0 v2.7.0
v2.8.0
``` ```