Skip to content

Commit

Permalink
Fix deployment version (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPuglisi authored Nov 8, 2023
1 parent ae8c48b commit 18beb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app-engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Deploy to GCP App Engine
uses: google-github-actions/deploy-appengine@v1
with:
version: default
version: main
env_vars: |-
HUE_CLIENT=${{ vars.HUE_CLIENT }}
HUE_ID=${{ vars.HUE_ID }}
Expand Down

0 comments on commit 18beb44

Please sign in to comment.