From 1a7bbcd398fa50683e8168c821f4fd72ecaccbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 6 Jul 2023 22:29:00 +0200 Subject: [PATCH] gha: ci: Fix typo pull_requesst -> pull_request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks David Esparza for pointing this one out. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci-on-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-on-push.yaml b/.github/workflows/ci-on-push.yaml index 539829967..eccd2b384 100644 --- a/.github/workflows/ci-on-push.yaml +++ b/.github/workflows/ci-on-push.yaml @@ -14,7 +14,7 @@ on: - labeled env: COMMIT_HASH: ${{ github.event.pull_request.head.sha }} - PR_NUMBER: ${{ github.event.pull_requesst.number }} + PR_NUMBER: ${{ github.event.pull_request.number }} jobs: kata-containers-ci-on-push: