From 1b1886b5123e89ba9e97a893b622eec564431cbf Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Mon, 23 Sep 2024 10:49:55 -0700 Subject: [PATCH] Update echo_vars.yaml --- .github/workflows/echo_vars.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/echo_vars.yaml b/.github/workflows/echo_vars.yaml index ead63f9..192fd5a 100644 --- a/.github/workflows/echo_vars.yaml +++ b/.github/workflows/echo_vars.yaml @@ -1,5 +1,5 @@ # This is a basic workflow to help you get started with Actions -name: Terraform Plan +name: Echo Vars # Controls when the workflow will run on: @@ -8,7 +8,7 @@ on: # 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: + Echo: # 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