mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
fix shellcheck issues
This commit is contained in:
parent
bb693fbaa2
commit
e6bf4d5b5d
@ -29,7 +29,7 @@ terraform output -raw ssh_private_key > id_rsa
|
||||
chmod 600 id_rsa
|
||||
|
||||
rg_name=$(terraform output -raw rg_name)
|
||||
echo "rgname=$rg_name" >> $GITHUB_OUTPUT
|
||||
echo "rgname=$rg_name" >> "$GITHUB_OUTPUT"
|
||||
|
||||
azure_vm_ip=$(terraform output -raw public_ip)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user