Skip to content

Commit 4bb77f2

Browse files
authored
Fix review apps guide to use fly-pr-review-apps@1.2.1 (#2440)
The customization examples still referenced @1.2.0, which fails with 'unknown flag: --region'. Bump them to @1.2.1 to match the main example and avoid the error.
1 parent 5422edf commit 4bb77f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

blueprints/review-apps-guide.html.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ These inputs can be added to the `deploy` step in your workflow using the `with`
120120
# ...
121121
- name: Deploy PR app to Fly.io
122122
id: deploy
123-
uses: superfly/fly-pr-review-apps@1.2.0
123+
uses: superfly/fly-pr-review-apps@1.2.1
124124
with:
125125
name: my-app-name-pr-${{ github.event.number }}
126126
config: fly.review.toml
@@ -139,7 +139,7 @@ You probably won't need the same specifications for the Fly Machines used by rev
139139
# ...
140140
- name: Deploy PR app to Fly.io
141141
id: deploy
142-
uses: superfly/fly-pr-review-apps@1.2.0
142+
uses: superfly/fly-pr-review-apps@1.2.1
143143
with:
144144
config: fly.review.toml
145145
```
@@ -165,7 +165,7 @@ Once you have your secrets and environment variables set in GitHub, add each of
165165
# ...
166166
- name: Deploy PR app to Fly.io
167167
id: deploy
168-
uses: superfly/fly-pr-review-apps@1.2.0
168+
uses: superfly/fly-pr-review-apps@1.2.1
169169
with:
170170
secrets: FOOBAR=${{ secrets.FOOBAR }} SOME_API_KEY=${{ secrets.SOME_API_KEY}}
171171
```

0 commit comments

Comments
 (0)