Skip to content

Commit 4ada66c

Browse files
committed
Readme update
1 parent da5e9cf commit 4ada66c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,23 @@ with:
5252
command: `ucm --version`
5353
```
5454

55+
### debug mode (optional)
56+
57+
Add a `debug: true` key, ie.
58+
59+
```yml
60+
uses: 2m/arch-pkgbuild-builder@v1
61+
with:
62+
debug: true
63+
target: 'srcinfo'
64+
pkgname: 'ucm-bin'
65+
```
66+
67+
This will run `entrypoint.sh` with `set -x` on.
68+
5569
## Used by
5670

5771
So far this action is used by the following packages:
5872

5973
* [ucm-bin](https://github.com/2m/ucm-bin-pkgbuild)
74+
* [authenticator-rs](https://github.com/grumlimited/authenticator-rs)

0 commit comments

Comments
 (0)