Skip to content

Commit

Permalink
Create echo_vars.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 23, 2024
1 parent 87f3d9c commit 7be0c8c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/echo_vars.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7be0c8c

Please sign in to comment.