Skip to content

Commit 8c4d1b6

Browse files
committed
moved actions to main dir
1 parent 2bc30a2 commit 8c4d1b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

run/helloworld/.github/workflows/github-actions-demo.yaml renamed to .github/workflows/github-actions-demo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- id: 'deploy'
1717
uses: 'google-github-actions/deploy-cloud-functions@v1'
1818
with:
19-
name: 'my-function'
20-
runtime: 'python38'
19+
name: 'hello-world-function'
20+
runtime: 'python38'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ branding:
239239

240240
runs:
241241
using: 'python38'
242-
main: 'main.py'
242+
main: 'functions/hello-world/main.py'

0 commit comments

Comments
 (0)