From cd20d5377464624385cdb7e654c9f083b87dad4f Mon Sep 17 00:00:00 2001 From: dkoeni <116151702+dkoeni@users.noreply.github.com> Date: Fri, 31 May 2024 11:26:31 +0200 Subject: [PATCH] update openAPI action reference --- .github/workflows/lint-openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-openapi.yaml b/.github/workflows/lint-openapi.yaml index bb97d15..ddccd01 100644 --- a/.github/workflows/lint-openapi.yaml +++ b/.github/workflows/lint-openapi.yaml @@ -11,6 +11,6 @@ on: jobs: openapi-lint: - uses: swissfintechinnovations/.github/.github/workflows/reusable-lint-openapi-workflow.yaml@naming-conventions-part-2 + uses: swissfintechinnovations/.github/.github/workflows/reusable-lint-openapi-workflow.yaml@main with: filenames: ${{ github.event.inputs.filenames || '*.yaml' }}