Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Nov 19, 2024
1 parent 45ccc73 commit 33105d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: uses-lfc
id: uselfc
run: echo value=${{ matrix.state == 'lfc' && true || false }} >> $GITHUB_OUTPUT
- name: echolfc
run: echo ${{ steps.uselfc.outputs.value }}
- name: say
continue-on-error: ${{ fromJSON(steps.uselfc.outputs.value) }}
#continue-on-error: ${{ fromJSON(steps.uselfc.outputs.value) }}
run: echo ${{ matrix.state }}; [ ${{ matrix.state }} == "lfc" ]

0 comments on commit 33105d0

Please sign in to comment.