Skip to content

fix: git config

fix: git config #27

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
incremental-deploy:
name: Run Incremental Deploy Workflow
uses: ./.github/workflows/incremental-deploy.yml
secrets: inherit
with:
baseRef: "origin/${GITHUB_BASE_REF}"
targetRef: "HEAD"
validateOnly: true