Skip to content

Commit 95e8091

Browse files
fix: public IP not read correctly from env
1 parent f14fc04 commit 95e8091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ runs:
121121
LOG_FILE="${RUNNER_TEMP}/dns-hook.log"
122122
touch "$LOG_FILE"
123123
124-
sudo -E HOOK_LOG="$LOG_FILE" HOOK_IP="$publicIp" certbot certonly \
124+
sudo -E HOOK_LOG="$LOG_FILE" HOOK_IP="${{ steps.create_vm.outputs.publicIp }}" certbot certonly \
125125
--manual \
126126
--preferred-challenges dns \
127127
--non-interactive \

0 commit comments

Comments
 (0)