Skip to content

Commit

Permalink
Update deploy_webhook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley authored Feb 29, 2024
1 parent 5dd6e91 commit 2ff8b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: "google-github-actions/deploy-cloud-functions@v1"
with:
name: "projects/greg-finley/locations/us-west1/functions/dropbox-webhook"
runtime: "python311"
runtime: "python312"
entry_point: "run"
source_dir: "webhook"
memory_mb: 128
Expand Down

0 comments on commit 2ff8b1a

Please sign in to comment.