Skip to content

Commit 7a17090

Browse files
authored
Update .github/workflows/bump.yml
1 parent 8b6ec44 commit 7a17090

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/bump.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ jobs:
9797
echo "file_path=${{ matrix.doc_id }}/${{ matrix.doc_id }}.yaml" >> $GITHUB_OUTPUT
9898
elif [ -f "${{ matrix.doc_id }}/${{ matrix.doc_id }}.json" ]; then
9999
echo "file_path=${{ matrix.doc_id }}/${{ matrix.doc_id }}.json" >> $GITHUB_OUTPUT
100-
elif [ -f "${{ matrix.doc_id }}/${{ matrix.doc_id }}-api.json" ]; then
101-
echo "file_path=${{ matrix.doc_id }}/${{ matrix.doc_id }}-api.json" >> $GITHUB_OUTPUT
102100
else
103101
echo "No API definition file found for ${{ matrix.doc_id }}"
104102
exit 1

0 commit comments

Comments
 (0)