Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairya-quash authored Nov 5, 2024
1 parent deca3b4 commit e22decd
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 @@ -51,7 +51,7 @@ jobs:
--platform managed \
--allow-unauthenticated \
--no-traffic
--set-env-vars SPRING_CONFIG_LOCATION="file:/$GITHUB_WORKSPACE/application.properties" \
--set-env-vars SPRING_CONFIG_LOCATION="file:/${{env.GITHUB_WORKSPACE}}/application.properties" \
--timeout=600s # Extend to 10 minutes if needed
- name: Shift traffic to new revision
Expand Down

0 comments on commit e22decd

Please sign in to comment.