From 833c66f2abd83ec97a4f551859d26269def0283f Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 2 Nov 2023 21:40:07 -0600 Subject: [PATCH] Change Cloudflare for Github --- examples/component-actions/zarf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/component-actions/zarf.yaml b/examples/component-actions/zarf.yaml index 717a146b45..bdf2b1e7ae 100644 --- a/examples/component-actions/zarf.yaml +++ b/examples/component-actions/zarf.yaml @@ -117,7 +117,7 @@ components: - name: SNAKE_SOUND # marks this variable as sensitive to prevent it from being output in the Zarf log sensitive: true - # autoIndent tells Zarf to maintain spacing for any newlines when templating into a yaml file + # autoIndent tells Zarf to maintain spacing for any newlines when templating into a yaml file autoIndent: true # onSuccess will only run if steps in this component are successful onSuccess: @@ -185,13 +185,13 @@ components: actions: onCreate: after: - - description: Cloudflare 1.1.1.1 site to be available + - description: Github.com to be available maxTotalSeconds: 15 wait: # wait for a network address to return a 200 OK response network: protocol: https - address: 1.1.1.1 + address: github.com code: 200 - name: on-deploy-with-wait-action