Update .gitea/workflows/openapi.yml

This commit is contained in:
2026-02-23 00:55:05 +00:00
parent b5be8917cf
commit 64dfadb38d

View File

@ -83,6 +83,6 @@ jobs:
- name: List URLs
run: |
for url in ${{ steps.changed-urls.outputs.changed_urls }}; do
while IFS= read -r url; do
echo "$url was changed"
done
done <<< "${{ steps.changed-urls.outputs.changed_urls }}"