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