Skip to content

Commit

Permalink
πŸ› Fix array
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Nov 1, 2023
1 parent a952c99 commit a5ed88f
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 @@ -31,7 +31,7 @@ jobs:
if [[ "${{ github.event.inputs.dataset }}" == 'all' ]]; then
MATRIX=$(cat satellites.json)
else
MATRIX="[${{ github.event.inputs.dataset }}]"
MATRIX=("${{ github.event.inputs.dataset }}")
fi
echo "matrix=${MATRIX}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a5ed88f

Please sign in to comment.