Skip to content

Commit

Permalink
oh right the input context doesn't stringify booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0SH1M4S73R committed May 22, 2023
1 parent cd5a1ba commit 242ca8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build-windows:
runs-on: windows-latest
needs: check-needs-rebuild
if: ${{ needs.check-needs-rebuild.outputs.needs-rebuild == 'true' || inputs.force_rebuild == 'true' }}
if: ${{ needs.check-needs-rebuild.outputs.needs-rebuild == 'true' || inputs.force_rebuild }}
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
build-linux:
runs-on: ubuntu-20.04
needs: check-needs-rebuild
if: ${{ needs.check-needs-rebuild.outputs.needs-rebuild == 'true' || inputs.force_rebuild == 'true' }}
if: ${{ needs.check-needs-rebuild.outputs.needs-rebuild == 'true' || inputs.force_rebuild }}
env:
BYOND_MAJOR: 514
BYOND_MINOR: 1583
Expand Down

0 comments on commit 242ca8b

Please sign in to comment.