You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Set to `true` to cause the action to record the compiler warning count for each
133
133
134
134
Only compiling examples:
135
135
```yaml
136
-
- uses: arduino/compile-sketches@master
136
+
- uses: arduino/compile-sketches@main
137
137
with:
138
138
fqbn: 'arduino:avr:uno'
139
139
libraries: |
@@ -144,7 +144,7 @@ Only compiling examples:
144
144
145
145
Storing the sketches compilation report report as a [workflow artifact](https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts):
0 commit comments