Skip to content

Commit 434a7a2

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 4cb130d commit 434a7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: arduino/report-size-deltas@master
25+
- uses: arduino/report-size-deltas@main
2626
```

0 commit comments

Comments
 (0)