gha: ci: Fix typo pull_requesst -> pull_request

Thanks David Esparza for pointing this one out.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-06 22:29:00 +02:00
parent ddf4afb961
commit 1a7bbcd398

View File

@ -14,7 +14,7 @@ on:
- labeled - labeled
env: env:
COMMIT_HASH: ${{ github.event.pull_request.head.sha }} COMMIT_HASH: ${{ github.event.pull_request.head.sha }}
PR_NUMBER: ${{ github.event.pull_requesst.number }} PR_NUMBER: ${{ github.event.pull_request.number }}
jobs: jobs:
kata-containers-ci-on-push: kata-containers-ci-on-push: