Skip to content

Commit

Permalink
Add missing \ in workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad authored Oct 2, 2024
1 parent 335415d commit e5b08f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
gcloud run jobs deploy fantasy-football-chat-bot \
--source . \
--region us-east1
--region us-east1 \
--project=${{ secrets.PROJECT_ID }}
# If required, use the Cloud Run URL output in later steps
Expand Down

0 comments on commit e5b08f8

Please sign in to comment.