Skip to content

Commit c8df5f5

Browse files
docs: add checkout step to README example (#259)
* Add checkout instructions to README example (closes #258) * docs: simplify example checkout step --------- Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
1 parent d20cfaf commit c8df5f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22+
- uses: actions/checkout@v4
23+
with:
24+
sparse-checkout: .github/labels.yml
25+
2226
- uses: EndBug/label-sync@v2
2327
with:
2428
# If you want to use a config file, you can put its path or URL here, multiple files are also allowed (more info in the paragraphs below)

0 commit comments

Comments
 (0)