Skip to content

Commit bc91ec5

Browse files
committed
Correct branch name shown in example snippets in readme
Unlike the original repository, this repository uses a default branch named `main` instead of `master`.
1 parent dbc79b7 commit bc91ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Set to `true` to cause the action to record the compiler warning count for each
133133

134134
Only compiling examples:
135135
```yaml
136-
- uses: arduino/compile-sketches@master
136+
- uses: arduino/compile-sketches@main
137137
with:
138138
fqbn: 'arduino:avr:uno'
139139
libraries: |
@@ -144,7 +144,7 @@ Only compiling examples:
144144

145145
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):
146146
```yaml
147-
- uses: arduino/compile-sketches@master
147+
- uses: arduino/compile-sketches@main
148148
with:
149149
enable-deltas-report: true
150150
- if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)