瀏覽代碼

Use dashes in workflow names

Joshua M. Boniface 1 年之前
父節點
當前提交
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.
 
-  publish_unstable:
+  publish-unstable:
     name: OpenAPI - Publish Unstable Spec
     if: |
       github.event_name != 'pull_request_target' && 
@@ -205,7 +205,7 @@ jobs:
             fi
             ) 200>/run/workflows/openapi-unstable.lock
 
-  publish_stable:
+  publish-stable:
     name: OpenAPI - Publish Stable Spec
     if: |
       startsWith(github.ref, 'refs/tags/v') &&