forked from docs/doc-exports
Update .gitea/workflows/openapi.yml
This commit is contained in:
@ -68,6 +68,11 @@ jobs:
|
|||||||
# | grep -E '^docs/[^/]+/openapi/.*\.(yaml|yml)$' || true)
|
# | grep -E '^docs/[^/]+/openapi/.*\.(yaml|yml)$' || true)
|
||||||
|
|
||||||
echo "changed urls"
|
echo "changed urls"
|
||||||
|
|
||||||
|
for file in ${{ steps.changed-files.outputs.changed_files }}; do
|
||||||
|
echo "$REPO_URL/src/branch/$BRANCH/$file"
|
||||||
|
done
|
||||||
|
|
||||||
echo "changed_urls<<EOF" >> $GITHUB_OUTPUT
|
echo "changed_urls<<EOF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
for file in ${{ steps.changed-files.outputs.changed_files }}; do
|
for file in ${{ steps.changed-files.outputs.changed_files }}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user