wip
This commit is contained in:
commit
f1d7d6accc
33 changed files with 1676 additions and 0 deletions
13
module/artifact-pull/README.md
Normal file
13
module/artifact-pull/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# artifact-pull
|
||||
|
||||
## Usage
|
||||
|
||||
```yml
|
||||
uses: actions/core/module/artifact-pull@1.0.0
|
||||
with:
|
||||
name: artifact
|
||||
pattern: |
|
||||
build/**/*
|
||||
!build/exclude-*
|
||||
run-id: 0001
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue