diff --git a/.github/workflows/create-bosh-release.yml b/.github/workflows/create-bosh-release.yml index cce3ebd..e7598d4 100644 --- a/.github/workflows/create-bosh-release.yml +++ b/.github/workflows/create-bosh-release.yml @@ -26,7 +26,7 @@ jobs: ls -lah subdir - name: Setup upterm session - if: ${{ github.event.inputs.debug == "true" }} + if: ${{ github.event.inputs.debug == 'true' }} uses: lhotari/action-upterm@v1 timeout-minutes: 60