Skip to content

Properly split case

Properly split case #3

name: checkout repository with at (private)
on:
push:
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: check-spelling-sandbox/checkout-repository-with-at-private@main
ssh-key: ${{ secrets.REPO_KEY }}