Skip to content

Commit 79c6238

Browse files
committed
Use actions/checkout to get config
1 parent 4a0d854 commit 79c6238

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ jobs:
99
- uses: actions/checkout@v2.0.0
1010
with:
1111
fetch-depth: 0
12+
- uses: actions/checkout@v2.0.0
13+
with:
14+
path: .git/spell-check
15+
ref: spelling-data-lorem
1216
- uses: check-spelling/check-spelling@0.0.4-alpha
1317
env:
14-
bucket: ssh://git@github.com/check-spelling/examples.git
15-
project: spelling-data-lorem
18+
bucket: .git
19+
project: spell-check
1620
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)