Skip to content

🚧Remove deno scripts and config #439

🚧Remove deno scripts and config

🚧Remove deno scripts and config #439

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]

Check failure on line 18 in .github/workflows/sdk-status-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sdk-status-check.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sdk-status-check.yml" -> "KinsonDigital/Infrastructure/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
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 }}