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 b927f47 commit 60ad222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK! ${{ github.workspace}} $GITHUB_JOB"
run: echo "$Greeting $First_Name. Today is [$JOBS $GITHUB_JOB] [${{ github.jobs[github.job].name }}]"
env:
First_Name: Mona AA
JOBS: ${{ toJson(github) }}
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60ad222

Please sign in to comment.