fixed wrong syntax
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
||||
run: curl -fsSL https://get.pulumi.com | sh && echo "$HOME/.pulumi/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Generate Local pfSense SDK
|
||||
run: pulumi package add terraform-provider marshallford/pfsense@0.22.0
|
||||
run: pulumi package add terraform-provider marshallford/pfsense 0.22.0
|
||||
working-directory: 01-proxmox-infra
|
||||
|
||||
- name: Preview
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
run: curl -fsSL https://get.pulumi.com | sh && echo "$HOME/.pulumi/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Generate Local pfSense SDK
|
||||
run: pulumi package add terraform-provider marshallford/pfsense@0.22.0
|
||||
run: pulumi package add terraform-provider marshallford/pfsense 0.22.0
|
||||
working-directory: 01-proxmox-infra
|
||||
|
||||
- name: Refresh State
|
||||
|
||||
Reference in New Issue
Block a user