Skip to content

Commit f01d6ac

Browse files
committed
fix github action task names
To keep the Verb + Object format Related to: aliencube#221
1 parent 4f7554e commit f01d6ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-dev-build-only.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
dotnet build
6767
6868
69-
- name: OpenAPI linting
69+
- name: Lint OpenAPI doc
7070
shell: bash
7171
run: |
7272
API_VERSION=$(grep -oP 'public const string Version = "\K[^"]+' ./src/AzureOpenAIProxy.ApiApp/Constants.cs)

.github/workflows/azure-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
dotnet build -c Release
8181
82-
- name: OpenAPI linting
82+
- name: Lint OpenAPI doc
8383
shell: bash
8484
run: |
8585
API_VERSION=$(grep -oP 'public const string Version = "\K[^"]+' ./src/AzureOpenAIProxy.ApiApp/Constants.cs)

0 commit comments

Comments
 (0)