Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 22, 2024
1 parent 7c7e8aa commit b927f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK! ${{ github.workspace }}"
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK! ${{ github.workspace}} $GITHUB_JOB"
env:
First_Name: Mona AA
sonarcloud:
Expand Down

0 comments on commit b927f47

Please sign in to comment.