diff --git a/.github/workflows/fly-review.yml b/.github/workflows/fly-review.yml index 5560b9f..10fee55 100644 --- a/.github/workflows/fly-review.yml +++ b/.github/workflows/fly-review.yml @@ -25,9 +25,10 @@ jobs: - name: Deploy PR app to Fly.io id: deploy - uses: superfly/fly-pr-review-apps@1.2.0 + uses: superfly/fly-pr-review-apps@v1 with: app-name: pr-${{ github.event.number }} + config: fly.review.toml - name: Clean up GitHub environment uses: strumwolf/delete-deployment-environment@v2