Skip to content

Commit

Permalink
⚗️ Matrix[0]
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Nov 1, 2023
1 parent 8943b56 commit 440d9d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
if [[ "${{ github.event.inputs.dataset }}" == 'all' ]]; then
MATRIX=$(cat satellites.json)
else
value[0] = ${{ github.event.inputs.dataset }}
MATRIX=${{toJSON(value)}}
MATRIX[0] = ${{ github.event.inputs.dataset }}
fi
echo "matrix=${MATRIX}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 440d9d8

Please sign in to comment.