File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v4
3636
37- - name : Get Rust version
38- id : rust-version
39- run : cat ./.github/variables/rust-versions.env >> $GITHUB_OUTPUT
40-
4137 - name : Get Rust version
4238 id : rust-version
4339 run : cat ./.github/variables/rust-versions.env >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 2727 id : rust-version
2828 run : cat ./.github/variables/rust-versions.env >> $GITHUB_OUTPUT
2929
30- - name : Get Rust version
31- if : ${{ steps.release.outputs['eventsource-client--release_created'] == 'true' }}
32- id : rust-version
33- run : cat ./.github/variables/rust-versions.env >> $GITHUB_OUTPUT
34-
3530 - name : Setup rust tooling
3631 if : ${{ steps.release.outputs['eventsource-client--release_created'] == 'true' }}
3732 run : |
You can’t perform that action at this time.
0 commit comments