Skip to content

Commit 75306e0

Browse files
committed
Update deploy.yml
1 parent 1cb4a91 commit 75306e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Deploy to Google Cloud
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
ref:
7-
description: 'git ref'
8-
default: 'master'
9-
required: true
105

116
jobs:
127
deploy:
@@ -16,8 +11,6 @@ jobs:
1611
steps:
1712
- name: Checkout Code
1813
uses: actions/checkout@v2
19-
with:
20-
ref: ${{ github.event.inputs.ref }}
2114
- name: Use Node.js
2215
uses: actions/setup-node@v2
2316
with:

0 commit comments

Comments
 (0)