Skip to content

test multiple repo checkouts #5

test multiple repo checkouts

test multiple repo checkouts #5

Workflow file for this run

on:
pull_request:
jobs:
test-multiple-checkouts:
runs-on: ubuntu-latest
steps:
- name: Checkout CLA
uses: actions/checkout@v4
with:
repository: dfinity/cla
path: cla
- name: Debug
shell: bash
run: ls -la
- name: Checkout Original Repository
uses: actions/checkout@v4
- name: Debug
shell: bash
run: |
ls -la
ls -la cla