We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc30a2 commit 8c4d1b6Copy full SHA for 8c4d1b6
…ithub/workflows/github-actions-demo.yaml …ithub/workflows/github-actions-demo.yamlrun/helloworld/.github/workflows/github-actions-demo.yaml renamed to .github/workflows/github-actions-demo.yaml
@@ -16,5 +16,5 @@ jobs:
16
- id: 'deploy'
17
uses: 'google-github-actions/deploy-cloud-functions@v1'
18
with:
19
- name: 'my-function'
20
- runtime: 'python38'
+ name: 'hello-world-function'
+ runtime: 'python38'
run/helloworld/action.yaml action.yamlrun/helloworld/action.yaml renamed to action.yaml
@@ -239,4 +239,4 @@ branding:
239
240
runs:
241
using: 'python38'
242
- main: 'main.py'
+ main: 'functions/hello-world/main.py'
0 commit comments