Skip to content

Commit 8e52c05

Browse files
authored
Rename vars to inputs
1 parent e2446cd commit 8e52c05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/azdo-build/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ runs:
115115
set -e -o pipefail
116116
117117
az extension add --name azure-devops --only-show-errors
118-
# az pipelines list --org ${{ vars.azdo-org }} --project ${{ vars.azdo-project }}
118+
# az pipelines list --org ${{ inputs.azdo-org }} --project ${{ inputs.azdo-project }}
119119
OUTPUT=$(
120120
az pipelines run \
121121
--detect false --output json) \
122-
--name ${{ vars.azdo-pipeline-name }} \
123-
--org ${{ vars.azdo-org }} \
124-
--project ${{ vars.azdo-project }} \
122+
--name ${{ inputs.azdo-pipeline-name }} \
123+
--org ${{ inputs.azdo-org }} \
124+
--project ${{ inputs.azdo-project }} \
125125
--variable ${{ inputs.pipeline-variable }}
126126
)
127127

0 commit comments

Comments
 (0)