Fixed path github workspace

This commit is contained in:
caiotavaresdito 2021-10-26 20:13:26 -04:00
parent ac728fe8f6
commit 78544a8f60
1 changed files with 2 additions and 2 deletions

View File

@ -28,12 +28,12 @@ jobs:
- name: Boilterplate
id: boilerplate
run: |
python3 tools/check_boilerplate.py .
python3 tools/check_boilerplate.py $GITHUB_WORKSPACE
- name: Terraform Linting Check
id: fmt
run: |
terraform fmt -recursive -check .
terraform fmt -recursive -check $GITHUB_WORKSPACE
- name: Check documentation
id: documentation