From 5fddf226fe9423019b90edff34a056a76936b3b5 Mon Sep 17 00:00:00 2001 From: Oren Saldanha Date: Fri, 6 Oct 2023 12:42:58 +0530 Subject: [PATCH] fix typo --- .github/workflows/akto-inventory.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/akto-inventory.yaml b/.github/workflows/akto-inventory.yaml index 87022747c6..d8d4730f19 100644 --- a/.github/workflows/akto-inventory.yaml +++ b/.github/workflows/akto-inventory.yaml @@ -19,5 +19,5 @@ jobs: - name: Archive open_api spec uses: actions/upload-artifact@v3 with: - name: Akto OpenAPI Specication + name: Akto OpenAPI Specification path: ./.github/scripts/akto_open_api.json \ No newline at end of file