Skip to content

Commit

Permalink
wrong keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Oct 22, 2023
1 parent db514aa commit cd34cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Clone
uses: actions/checkout@v4
with:
filter: '.github'
sparse-checkout: '.github'

# Do the base actions
- uses: ./.github/base-jobs.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Clone
uses: actions/checkout@v4
with:
filter: '.github'
sparse-checkout: '.github'

# Do the base actions
- uses: ./.github/base-jobs.yml
Expand Down

0 comments on commit cd34cf3

Please sign in to comment.