Skip to content

Commit

Permalink
flyctl info --host flag was removed in v0.0.432
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Nov 19, 2022
1 parent 02d3b8b commit b7ea6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Lookup app hostname
shell: bash
run: |
echo "FLY_HOSTNAME=$(flyctl info --host)" >> $GITHUB_ENV
echo "FLY_HOSTNAME=$(flyctl info --json | jq -r '.Hostname')" >> $GITHUB_ENV
env:
FLY_API_TOKEN: "${{ inputs.fly-token }}"

Expand Down

0 comments on commit b7ea6d4

Please sign in to comment.