This commit is contained in:
Louis Seubert 2026-02-12 21:18:29 +01:00
commit 42e77bd0eb
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
33 changed files with 1657 additions and 0 deletions

View 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
```