Skip to content

Commit

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

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}"
echo " ${{github.repository}} ${{github.workflow}} ${{github.trigerring_actor}} "
env:
First_name: Hitesh

0 comments on commit 0fb6e64

Please sign in to comment.