Skip to content

✅SDK Status Check (preview branch) #53

✅SDK Status Check (preview branch)

✅SDK Status Check (preview branch) #53

name: ✅SDK Status Check
run-name: ✅SDK Status Check (${{ github.base_ref }} branch)
defaults:
run:
shell: pwsh
on:
pull_request_target:
branches: [main, preview]
jobs:
sdk_status_check:
name: ${{ vars.PROJECT_NAME }} SDK Status Check
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected]
with:
repo-name: "${{ vars.PROJECT_NAME }}"
checkout-repository: ${{ github.event.pull_request.head.repo.full_name }}
checkout-ref: ${{ github.event.pull_request.head.ref }}
secrets:
cicd-pat: ${{ secrets.CICD_TOKEN }}