ci: Checkout repo so package.json is available

This commit is contained in:
Shrikant Sharat Kandula 2024-03-31 08:21:39 +05:30 committed by GitHub
parent 970ac5d912
commit efc0428682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,9 @@ jobs:
run:
shell: bash
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Dump the client payload context
env:
PAYLOAD_CONTEXT: ${{ toJson(github.event) }}