local actions
Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
parent
770966a7d0
commit
7f5ced76f6
6 changed files with 319 additions and 137 deletions
8
.github/workflows/basic.yml
vendored
8
.github/workflows/basic.yml
vendored
|
|
@ -21,3 +21,11 @@ jobs:
|
|||
- run: cp $GITHUB_EVENT_PATH $HOME/foo.json
|
||||
- run: ls $HOME
|
||||
- run: cat $HOME/foo.json
|
||||
- uses: docker://alpine:3.8
|
||||
with:
|
||||
args: uname -a
|
||||
local-action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./.github/workflows/docker-url
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue