Skip to content

Commit

Permalink
Updated logic
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Dec 6, 2024
1 parent 981ba66 commit e67af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e67af78

Please sign in to comment.