Skip to content

Commit

Permalink
Update hello_world.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay30902 authored May 20, 2024
1 parent 969a355 commit 3d669d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hello_world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: hello world
run: |
s="${{steps.empt.outputs.v}}"
if [[ s != '' ]]; then
if [[ s != "" ]]; then
echo "val"
else
echo "No val"
Expand Down

0 comments on commit 3d669d2

Please sign in to comment.