README: rearrange comments
This commit is contained in:
parent
58ba385a40
commit
4eca24bf27
|
@ -8,6 +8,8 @@ An action that builds a Debian package from source in a Docker container.
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
uses: dawidd6/action-debian-package@v1
|
uses: dawidd6/action-debian-package@v1
|
||||||
with:
|
with:
|
||||||
source_directory: lolcat # optional, relative to workspace directory
|
# Optional, relative to workspace directory
|
||||||
artifacts_directory: output # optional, relative to workspace directory
|
source_directory: lolcat
|
||||||
|
# Optional, relative to workspace directory
|
||||||
|
artifacts_directory: output
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue