on: push: jobs: check-out-another-repo: runs-on: ubuntu-arm64 steps: - uses: actions/checkout@main with: repository: 'examples/vue-ts-example' ref: 'main' - run: ls -al