Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shejri committed Sep 18, 2024
1 parent 6fc5ad5 commit b7f69cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: 'Terraform Init'
working-directory: ${{github.event.inputs.directory}}
run: |
[[ "$PWD" == terraform ]] && source scripts/helper.sh
[[ basename $PWD == terraform ]] && source scripts/helper.sh
export RESOURCE_GROUP_NAME=$(extract_value "resource_group_name" config.azurerm.tfbackend)
export STORAGE_ACCOUNT_NAME=$(extract_value "storage_account_name" config.azurerm.tfbackend)
Expand Down

0 comments on commit b7f69cd

Please sign in to comment.