Files
action-tests/.gitea/workflows/test-checkout.yaml
T
2026-05-22 21:42:52 +00:00

26 lines
491 B
YAML

name: Test checkout
on: workflow_dispatch
jobs:
self:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- run: ls -lah
other-in-user:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
with:
repository: codinget/totallynotmalware
- run: ls -lah
other-in-other-org:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
with:
repository: privileged/action-tests
- run: ls -lah