Skip to content

Commit

Permalink
fix special character in build args
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Oct 29, 2024
1 parent 100aa85 commit a231822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -build-arg GIT_COMMIT=$(git rev-parse HEAD)
- run: flyctl deploy --remote-only --build-arg GIT_COMMIT=$(git rev-parse HEAD)
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
- if: failure()
Expand Down

0 comments on commit a231822

Please sign in to comment.