core-test/module/artifact-pull/README.md

13 lines
171 B
Markdown
Raw Permalink Normal View History

2026-02-12 21:18:29 +01:00
# artifact-pull
## Usage
```yml
uses: actions/core/module/artifact-pull@1.0.0
with:
name: artifact
pattern: |
build/**/*
!build/exclude-*
run-id: 0001
```