We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a10c commit eee91a5Copy full SHA for eee91a5
.github/workflows/deploy-preview.yml
@@ -4,11 +4,6 @@ on:
4
push:
5
branches:
6
- preview-**
7
- workflow_call:
8
- inputs:
9
- branch:
10
- required: true
11
- type: string
12
13
jobs:
14
Deploy-Web-Preview:
@@ -20,7 +15,6 @@ jobs:
20
15
- uses: actions/checkout@v2
21
16
with:
22
17
submodules: 'recursive'
23
- ref: ${{ inputs.branch }}
24
18
25
19
- name: Get branch name
26
run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
0 commit comments