Skip to content

Commit

Permalink
fix: change name format
Browse files Browse the repository at this point in the history
  • Loading branch information
som-matrix committed Apr 29, 2024
1 parent 4579377 commit 255de65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Update docker image
if: ${{ github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize' }}
run: flyctl image update -a yourapp-pr-${{ github.event.number }} --skip-health-checks -y
run: flyctl image update -a pr-${{ github.event.number }}-myapp-app --skip-health-checks -y
```
## Cleaning up GitHub environments
Expand Down

0 comments on commit 255de65

Please sign in to comment.