diff --git a/.gitea/workflows/sync-annotations.yml b/.gitea/workflows/sync-annotations.yml index 0173f60..257e3d3 100644 --- a/.gitea/workflows/sync-annotations.yml +++ b/.gitea/workflows/sync-annotations.yml @@ -16,8 +16,8 @@ jobs: curl -X POST \ -H "Authorization: Token $LABEL_STUDIO_API_TOKEN" \ "https://label-studio.gt-proj.com/api/storages/export/s3/1/sync" - - - name: Fix MinIO file content type + + - name: Fix Label Studio output content type in MinIO env: MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }} MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}