aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-05-13 11:30:25 -0400
committerJoshua M. Boniface <joshua@boniface.me>2024-05-13 11:30:25 -0400
commitbd255b35531519e3a29e9e574232b2e463bc773f (patch)
treef7917493bafc604cc35535db34b9053c51fc6fbe
parentf568aed520cbae4d714b345aed7ce84c3f023d8b (diff)
Use dashes in workflow names
-rw-r--r--.github/workflows/ci-openapi.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml
index 8b3bb6168..06c5beb6f 100644
--- a/.github/workflows/ci-openapi.yml
+++ b/.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') &&