We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0d854 commit 79c6238Copy full SHA for 79c6238
.github/workflows/spelling.yml
@@ -9,8 +9,12 @@ jobs:
9
- uses: actions/checkout@v2.0.0
10
with:
11
fetch-depth: 0
12
+ - uses: actions/checkout@v2.0.0
13
+ with:
14
+ path: .git/spell-check
15
+ ref: spelling-data-lorem
16
- uses: check-spelling/check-spelling@0.0.4-alpha
17
env:
- bucket: ssh://git@github.com/check-spelling/examples.git
- project: spelling-data-lorem
18
+ bucket: .git
19
+ project: spell-check
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments