Skip to content

Commit eee91a5

Browse files
committed
Add preview contact page
1 parent 4b8a10c commit eee91a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
push:
55
branches:
66
- preview-**
7-
workflow_call:
8-
inputs:
9-
branch:
10-
required: true
11-
type: string
127

138
jobs:
149
Deploy-Web-Preview:
@@ -20,7 +15,6 @@ jobs:
2015
- uses: actions/checkout@v2
2116
with:
2217
submodules: 'recursive'
23-
ref: ${{ inputs.branch }}
2418

2519
- name: Get branch name
2620
run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)