mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-08 02:43:06 -05:00
ef96426ca0
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
333 B
YAML
11 lines
333 B
YAML
name: Dangerous git Checkout
|
|
description: "Git Checkout from PR code so we can run checks from forks"
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Checkout repo
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
with:
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
fetch-depth: 2
|