Skip to content

Commit

Permalink
Create var2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshmakol1 authored Jan 8, 2025
1 parent 97a3198 commit 923471f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/var2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Testing the env variables 2

on:
workflow_dispatch

env:
cloud: aws-cloud

jobs:
greeting_job:
runs-on: ubuntu-latest
env:
Greeting: Hello
steps:
- name: "Say variables"
run: echo "My name is $cloud and $Greeting an $First_name and ${{ vars.PROJECT_ID }}"
env:
First_name: Hitesh

0 comments on commit 923471f

Please sign in to comment.