Update .gitea/workflows/openapi.yml

This commit is contained in:
2026-02-23 00:19:58 +00:00
parent 8093b53dac
commit bb1faaede3

View File

@ -76,7 +76,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
- name: List URLs
- name: List URLs
run: |
for url in ${{ steps.changed-files.outputs.changed_urls }}; do
echo "$url was changed"