From 7be0c8c04fc7fa9bdc95a3c6038dd2862b668320 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Mon, 23 Sep 2024 10:49:20 -0700 Subject: [PATCH] Create echo_vars.yaml --- .github/workflows/echo_vars.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/echo_vars.yaml diff --git a/.github/workflows/echo_vars.yaml b/.github/workflows/echo_vars.yaml new file mode 100644 index 0000000..ead63f9 --- /dev/null +++ b/.github/workflows/echo_vars.yaml @@ -0,0 +1,17 @@ +# This is a basic workflow to help you get started with Actions +name: Terraform Plan + +# Controls when the workflow will run +on: + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + Plan: + # The type of runner that the job will run on + runs-on: [ "229685449397" ] + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + - run: | + env | grep -i proxy