Skip to content

Commit cd52802

Browse files
authored
chore: Add source to deploy workflow (#186)
Add source to deploy workflow
1 parent 6bcc42a commit cd52802

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
env:
77
required: true
88
type: string
9+
source:
10+
required: true
11+
type: string
912
secrets:
1013
token:
1114
required: true
@@ -16,6 +19,7 @@ jobs:
1619
uses: ./.github/workflows/fast-forward.yml
1720
with:
1821
env: ${{ inputs.env }}-canary
22+
source: ${{ inputs.source }}
1923
secrets:
2024
token: ${{ secrets.token }}
2125

@@ -33,5 +37,6 @@ jobs:
3337
uses: ./.github/workflows/fast-forward.yml
3438
with:
3539
env: ${{ inputs.env }}
40+
source: ${{ inputs.source }}
3641
secrets:
3742
token: ${{ secrets.token }}

0 commit comments

Comments
 (0)