Skip to content

Commit

Permalink
Fix checkout in nginx build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Oct 25, 2023
1 parent b05bca1 commit a5b9c3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/checkout@v4
repository: '10up/nginx_configs'
path: nginx/nginx_configs
with:
repository: '10up/nginx_configs'
path: nginx/nginx_configs

- name: Template security configs
run: |
Expand Down

0 comments on commit a5b9c3c

Please sign in to comment.