Skip to content

Commit

Permalink
πŸ› Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Nov 1, 2023
1 parent 3209aec commit 5adac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Backup dataset
strategy:
matrix:
dataset: ${{ (github.event.inputs.dataset != 'all' && join(github.event.inputs.dataset)) || fromJson(needs.read-satellites.outputs.matrix) }}
dataset: ${{ (github.event.inputs.dataset != 'all' && [github.event.inputs.dataset]) || fromJson(needs.read-satellites.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- name: Install pnpm πŸ“¦
Expand Down

0 comments on commit 5adac0e

Please sign in to comment.