diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ea9a839..e6f8bae 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: build-apache: needs: changes - if: ${{ needs.changes.outputs.apache == 'true' }} + if: "${{ needs.changes.outputs.apache == 'true' }}" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -40,7 +40,7 @@ jobs: build-php: needs: changes - if: ${{ needs.changes.outputs.php == 'true' }} + if: "${{ needs.changes.outputs.php == 'true' }}" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3