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 660439a commit 69a6c0f
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 @@ -14,9 +14,10 @@ jobs:
steps:
- name: "Say Hello Mona it's Monday"
if: ${{ env.DAY_OF_WEEK == 'Monday' }}
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK!". ${{ github.workspace }}
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK! $PATH ${{ github.workspace }}"
env:
First_Name: Mona
PATH: ${{ github.workspace }}
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69a6c0f

Please sign in to comment.