Skip to content

Commit

Permalink
wip: fixes incorrect input passing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent 0d9a3f3 commit fe01ff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ jobs:
token: ${{ secrets.token }}
- name: Apply updates
run: |
echo '${{ steps.discover.outputs.json }}' > /tmp/updates.json
updater update deployments \
-e "${{ inputs.environment }}" \
-i '${{ steps.discover.outputs.json }}' \
-i /tmp/updates.json \
"${{inputs.deployment_root_path}}"
- name: Run diff
run: git --no-pager diff
Expand Down

0 comments on commit fe01ff3

Please sign in to comment.