Skip to content

Commit

Permalink
fix: use safer commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
lewxdev committed Aug 27, 2024
1 parent 741f34a commit c74c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: deploy
uses: JargeZ/fly-pr-review-apps@unsafe-name
uses: JargeZ/fly-pr-review-apps@4d6566e85d6b9320a781fb4fe42f1f8c31dc5c8e
with:
name: ${{ env.FLY_APP }}
build_secrets: BASE_URL=https://${{ env.FLY_APP }}.fly.dev
Expand Down

0 comments on commit c74c7e6

Please sign in to comment.