File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Create file for space
20
20
run : |
21
21
cat > ${{ github.actor }}.software-engineer.space.tf << EOF
22
- module "${{ dns_prefix }}" {
22
+ module "${{ inputs. dns_prefix }}" {
23
23
source = "./modules/software-engineer-space"
24
24
github_handle = "${{ github.actor }}"
25
- domain_prefix = "${{ dns_prefix }}"
25
+ domain_prefix = "${{ inputs. dns_prefix }}"
26
26
cloudflare_zone_id = cloudflare_zone.software-engineer-space.id
27
27
28
28
providers = {
36
36
git config user.name github-actions
37
37
git config user.email [email protected]
38
38
git add ${{ github.actor }}.software-engineer.space.tf
39
- git commit -am "Add space for ${{ github.actor }} as ${{ dns_prefix }}.software-engineer.space.tf"
39
+ git commit -am "Add space for ${{ github.actor }} as ${{ inputs. dns_prefix }}.software-engineer.space.tf"
40
40
git push
41
41
- name : Run terraform
42
42
run : |
You can’t perform that action at this time.
0 commit comments