From 1340c8e5534895d540062a7080137570f9cd9e31 Mon Sep 17 00:00:00 2001 From: JimMoen Date: Wed, 27 Apr 2022 11:00:43 +0800 Subject: [PATCH] chore: fix typos in workflow file --- .github/workflows/run_broker_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_broker_tests.yaml b/.github/workflows/run_broker_tests.yaml index 3e4ffd82b..0b20a641e 100644 --- a/.github/workflows/run_broker_tests.yaml +++ b/.github/workflows/run_broker_tests.yaml @@ -127,7 +127,7 @@ jobs: name: jmeter_logs path: ./jmeter_logs - pgslq_authn_authz: + pgsql_authn_authz: runs-on: ubuntu-latest strategy: @@ -514,7 +514,7 @@ jobs: delete-artifact: runs-on: ubuntu-latest - needs: [advanced_feat,pgslq_authn_authz,JWT_authn,mysql_authn_authz,built_in_database_authn_authz] + needs: [advanced_feat,pgsql_authn_authz,JWT_authn,mysql_authn_authz,built_in_database_authn_authz] steps: - uses: geekyeggo/delete-artifact@v1 with: