Skip to content

Commit 8172bab

Browse files
committed
update pull_request.yml
1 parent 2803d02 commit 8172bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go install github.com/katbyte/terrafmt@latest
2727
terrafmt diff ./quickstarts --check --pattern '*.tf'
2828
29-
prepr-check:
29+
pre-pr-check:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: checkout
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
dir_names: "true"
3939
separator: ","
40-
files: "quickstart/*"
40+
files: "quickstarts/*"
4141
dir_names_max_depth: 2
4242
- name: pr-check
4343
run: |

0 commit comments

Comments
 (0)