ci: see if we can checkout
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user