Skip to content

Commit

Permalink
Merge pull request dkershner6#6 from dkershner6/dkershner6-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dkershner6 authored Feb 28, 2023
2 parents f31d935 + 7bec2ed commit 98e82be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ New lines are required between conditionals, what needs to occur for this switch
default: "its the default"
conditionals-with-values: |
${{ 'test' == 'not-test' }} => shouldnt be this one
${{ 'test' == 'still-not-test' }} => correctAnswer
${{ 'test' == 'still-not-test' }} => shouldnt be this one, too
- run: echo ${{ steps.switch-case.outputs.value }} # its the default
```

0 comments on commit 98e82be

Please sign in to comment.