Skip to content

Commit

Permalink
Merge pull request #542 from openhab/dependabot/github_actions/google…
Browse files Browse the repository at this point in the history
…-github-actions/deploy-cloud-functions-2.0.0
  • Loading branch information
michikrug authored Dec 12, 2023
2 parents f8fd990 + cfbac80 commit 59ffb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Deploy to Google Cloud Functions
uses: google-github-actions/deploy-cloud-functions@v1.0.1
uses: google-github-actions/deploy-cloud-functions@v2.0.0
with:
name: ${{ github.event_name == 'release' && 'openhabGoogleAssistant' || 'openhabGoogleAssistant_test' }}
runtime: nodejs18
Expand Down

0 comments on commit 59ffb2f

Please sign in to comment.