Skip to content

Commit

Permalink
Fix broken steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Sep 18, 2022
1 parent 096089d commit 59fa078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:

- name: Lookup app hostname
shell: bash
- run: |
run: |
echo "FLY_HOSTNAME=$(flyctl info --host)" >> $GITHUB_ENV
env:
FLY_API_TOKEN: "${{ inputs.fly-token }}"
Expand All @@ -41,7 +41,7 @@ runs:
- name: Deploy to Fly
shell: bash
- run: flyctl deploy --remote-only
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: "${{ inputs.fly-token }}"

Expand Down

0 comments on commit 59fa078

Please sign in to comment.