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 a23f5ff commit 0559513
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' && fromJson(needs.read-satellites.outputs.matrix)) || github.event.inputs.dataset }}
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 0559513

Please sign in to comment.