Joshua M. Boniface 1 год назад
Родитель
Сommit
bd255b3553
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/ci-openapi.yml

+ 2 - 2
.github/workflows/ci-openapi.yml

@@ -140,7 +140,7 @@ jobs:
 
 
             No changes to OpenAPI specification found. See history of this comment for previous changes.
             No changes to OpenAPI specification found. See history of this comment for previous changes.
 
 
-  publish_unstable:
+  publish-unstable:
     name: OpenAPI - Publish Unstable Spec
     name: OpenAPI - Publish Unstable Spec
     if: |
     if: |
       github.event_name != 'pull_request_target' && 
       github.event_name != 'pull_request_target' && 
@@ -205,7 +205,7 @@ jobs:
             fi
             fi
             ) 200>/run/workflows/openapi-unstable.lock
             ) 200>/run/workflows/openapi-unstable.lock
 
 
-  publish_stable:
+  publish-stable:
     name: OpenAPI - Publish Stable Spec
     name: OpenAPI - Publish Stable Spec
     if: |
     if: |
       startsWith(github.ref, 'refs/tags/v') && 
       startsWith(github.ref, 'refs/tags/v') &&