Skip to content

Commit

Permalink
fix(workflow): update example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdubrez committed Jan 14, 2021
1 parent 1753f55 commit 0e5f020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: echo Result is $COMPARE_RESULT_SAME
- name: 'Foo (executed if branch are at same commit)'
run: echo Branch are at same commit!!!
if: env.COMPARE_RESULT_SAME === true
if: env.COMPARE_RESULT_SAME
- name: 'Bar (executed if branch are at diff commit)'
run: echo Branch are not at same commit.
if: env.COMPARE_RESULT_SAME === false
if: env.COMPARE_RESULT_SAME

0 comments on commit 0e5f020

Please sign in to comment.