17 lines
220 B
Markdown
17 lines
220 B
Markdown
|
# Action for test images
|
||
|
|
||
|
- use it to test images after building
|
||
|
|
||
|
# Usage
|
||
|
|
||
|
<!-- start usage -->
|
||
|
```yaml
|
||
|
- uses: actions/image-forge-test
|
||
|
with:
|
||
|
image: ''
|
||
|
branch: ''
|
||
|
url: ''
|
||
|
repo: ''
|
||
|
```
|
||
|
<!-- end usage -->
|