Skip to content

Commit b9cc12c

Browse files
author
Val Brodsky
committed
Fixed formatting
1 parent 5afd99f commit b9cc12c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/python-package-develop.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@ jobs:
3333
outputs:
3434
sdk_versions: ${{ steps.get_sdk_versions.outputs.sdk_versions }}
3535
steps:
36-
- name: Checkout repository
37-
uses: actions/checkout@v2
38-
with:
39-
ref: ${{ github.event.repository.default_branch }}
36+
- name: Checkout repository
37+
uses: actions/checkout@v2
38+
with:
39+
ref: ${{ github.event.repository.default_branch }}
4040

41-
- name: Fetch tags
42-
run: git fetch --tags
41+
- name: Fetch tags
42+
run: git fetch --tags
4343

44-
- name: Get Latest SDK versions
45-
id: get_sdk_versions
46-
run: |
47-
sdk_versions=$(git tag --list --sort=-version:refname "v.*" | head -n 4 | jq -R -s -c 'split("\n")[:-1]')
48-
if [ -z "$sdk_versions" ]; then
49-
echo "No tags found"
50-
exit 1
51-
fi
52-
echo "sdk_versions=$sdk_versions"
53-
echo "sdk_versions=$sdk_versions" >> $GITHUB_OUTPUT
44+
- name: Get Latest SDK versions
45+
id: get_sdk_versions
46+
run: |
47+
sdk_versions=$(git tag --list --sort=-version:refname "v.*" | head -n 4 | jq -R -s -c 'split("\n")[:-1]')
48+
if [ -z "$sdk_versions" ]; then
49+
echo "No tags found"
50+
exit 1
51+
fi
52+
echo "sdk_versions=$sdk_versions"
53+
echo "sdk_versions=$sdk_versions" >> $GITHUB_OUTPUT
5454
build:
5555
needs: ['path-filter', 'get_sdk_versions']
5656
if: ${{ needs.path-filter.outputs.labelbox == 'true' }}

0 commit comments

Comments
 (0)