Skip to content

Commit 101c080

Browse files
authored
Add shell
1 parent c51248f commit 101c080

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ outputs:
6060
description: Version
6161
value: ${{ steps.get-version.outputs.version-type }}
6262

63-
defaults:
64-
run:
65-
shell: bash
66-
6763
env:
6864
AZDO_ORG: ${{ inputs.azdo-org }}
6965
AZDO_PIPELINE_NAME: ${{ inputs.azdo-pipeline-name }}
@@ -122,6 +118,7 @@ runs:
122118
run: |
123119
echo run-id=422059 | tee --append $GITHUB_OUTPUT
124120
echo url=https://fuselabs.visualstudio.com/531382a8-71ae-46c8-99eb-9512ccb91a43/_apis/build/Builds/422059 | tee --append $GITHUB_OUTPUT
121+
shell: bash
125122

126123
- name: Wait for pipeline completion
127124
uses: azure/cli@v2
@@ -222,6 +219,7 @@ runs:
222219
echo version=$VERSION | tee --append $GITHUB_OUTPUT
223220
224221
if [[ "$VERSION" == *-0 ]]; then echo version-type=prerelease | tee --append $GITHUB_OUTPUT; else echo version-type=production | tee --append $GITHUB_OUTPUT; fi
222+
shell: bash
225223
working-directory: ./artifact-download/tgzfiles
226224

227225
# prepare-release:

0 commit comments

Comments
 (0)