We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03924f commit 04bcd68Copy full SHA for 04bcd68
.github/workflows/compile-examples.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v2
17
- - uses: arduino/actions/libraries/compile-examples@master
+ - uses: arduino/compile-sketches@v1
18
with:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
fqbn: ${{ matrix.fqbn }}
0 commit comments