Skip to content

Commit

Permalink
Try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Shotwell committed Jan 9, 2024
1 parent 43d6bcd commit 9e4e058
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- name: Generate matrix from deployments.json
id: set-matrix
run: |
MATRIX_JSON=$(cat .github/deployments.json)
MATRIX_JSON=$(cat deployments.json)
echo "::set-output name=matrix::$MATRIX_JSON"
echo "::set-output name=matrix::$MATRIX_JSON"
shell: bash
deploy:
Expand Down

0 comments on commit 9e4e058

Please sign in to comment.