From e67af78109764025ce8dd3030d56eac2ea6799af Mon Sep 17 00:00:00 2001 From: strahi-linux Date: Fri, 6 Dec 2024 12:18:36 +0100 Subject: [PATCH] Updated logic --- .github/workflows/demos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demos.yaml b/.github/workflows/demos.yaml index f8499f5..56261ba 100644 --- a/.github/workflows/demos.yaml +++ b/.github/workflows/demos.yaml @@ -59,6 +59,6 @@ jobs: python -u scripts/workflows/demos_upload.py ${{ github.repository }} ${{ steps.app-token.outputs.token }} ${{ github.event.inputs.release_version }} ${{ secrets.PACKER_DOWNLOAD_LINK }} ${{ secrets.PACKER_USERNAME }} ${{ secrets.PACKER_PASSWORD }} ${{ secrets.PACKER_URL }} "${{ github.event.inputs.demo_names }}" "--all_demos" "${{ github.event.inputs.demos_all }}" "--dbp" "${{ github.event.inputs.dbp }}" - name: Index legacy packages - if : ${{ !github.event.inputs.dbp }} + if : ${{ github.event.inputs.dbp == 'false' }} run: | echo "TODO - implement"