We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9845ff commit e2c8bb2Copy full SHA for e2c8bb2
.github/workflows/_terraform.yml
@@ -50,7 +50,7 @@ jobs:
50
working-directory: ${{ inputs.tf_dir }}
51
env:
52
TF_VAR_gandi_token: ${{ secrets.gandi_token }}
53
- TF_VAR_gandi_url: ${{ secrets.gandi_url }}
+ TF_VAR_gandi_url: ${{ inputs.gandi_url }}
54
TF_VAR_hcloud_token: ${{ secrets.hcloud_token }}
55
permissions:
56
pull-requests: write
0 commit comments