forked from waja/action-debian-package
README: point to a tag instead of master branch
This commit is contained in:
parent
79f76e4e3f
commit
ecfc6e30cd
|
@ -6,7 +6,7 @@ An action that builds a Debian package from source.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
uses: dawidd6/action-debian-package@master
|
uses: dawidd6/action-debian-package@v1
|
||||||
with:
|
with:
|
||||||
source_directory: lolcat # optional, relative to workspace directory
|
source_directory: lolcat # optional, relative to workspace directory
|
||||||
artifacts_directory: output # optional, relative to workspace directory
|
artifacts_directory: output # optional, relative to workspace directory
|
||||||
|
|
Loading…
Reference in a new issue