Update .gitea/workflows/openapi.yml

This commit is contained in:
2026-02-23 00:35:50 +00:00
parent 382dfe8964
commit dc5d5209b0

View File

@ -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