We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6ec44 commit 7a17090Copy full SHA for 7a17090
1 file changed
.github/workflows/bump.yml
@@ -97,8 +97,6 @@ jobs:
97
echo "file_path=${{ matrix.doc_id }}/${{ matrix.doc_id }}.yaml" >> $GITHUB_OUTPUT
98
elif [ -f "${{ matrix.doc_id }}/${{ matrix.doc_id }}.json" ]; then
99
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
102
else
103
echo "No API definition file found for ${{ matrix.doc_id }}"
104
exit 1
0 commit comments