diff --git a/.github/workflows/create-bosh-release.yml b/.github/workflows/create-bosh-release.yml index 51ffe98..cce3ebd 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: ${{ inputs.debug == true }} + if: ${{ github.event.inputs.debug == "true" }} uses: lhotari/action-upterm@v1 timeout-minutes: 60