Skip to content

Commit e6636f6

Browse files
Update deploy.yaml
1 parent 955f52c commit e6636f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
on:
77
workflow_call:
88
inputs:
9-
runner:
9+
github_runner:
1010
required: true
1111
type: string
1212
target:
@@ -142,7 +142,7 @@ on:
142142

143143
jobs:
144144
deploy:
145-
runs-on: ${{ inputs.runner }}
145+
runs-on: ${{ inputs.github_runner }}
146146
environment: ${{ github_environment }}
147147
outputs:
148148
cd_path: ${{ steps.cdroot.outputs.cd_root }}

0 commit comments

Comments
 (0)