2
0
Files
cal/calcom/.github/actions/dangerous-git-checkout/action.yml
2024-08-09 00:39:27 +02:00

11 lines
286 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@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 2