We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1160e4 commit 7f31821Copy full SHA for 7f31821
1 file changed
.github/workflows/build_platformIO.yml
@@ -26,7 +26,8 @@ concurrency:
26
jobs:
27
validate_lib_json:
28
name: validate library.json
29
- uses: nRF24/.github/.github/workflows/vaildate_platformio.yaml@main
+ uses: nRF24/.github/.github/workflows/validate_platformio.yaml@main
30
+ secrets: inherit
31
32
build:
33
needs: [validate_lib_json]
0 commit comments