Skip to content

Commit

Permalink
Fixed path in GH workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <philip.schmid@isovalent.com>
  • Loading branch information
PhilipSchmid committed Nov 14, 2023
1 parent bafed98 commit 245481f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: terraform fmt
uses: dflook/terraform-fmt-check@529e30563b2c558dc0b8c450b5cec1cc93bd7fe4
with:
path: /deploy
path: deploy/
docs:
runs-on: ubuntu-22.04
needs: formatting
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/gh-actions@d1c99433f7a1e5003ef213d70f89aaa47cb0b675
with:
working-dir: /deploy
working-dir: deploy/
output-file: README.md
output-method: inject
output-format: markdown table
Expand Down

0 comments on commit 245481f

Please sign in to comment.