From 47f8afc0a731829f3c4b8473b49ee9c8a53e481f Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 00:32:38 +0100 Subject: [PATCH] README: add comments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3ae87e..16a3989 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ An action that builds a Debian package from source for specified distribution. - name: Build Debian package uses: dawidd6/action-debian-package@master with: - directory: ./ - os: debian + directory: lolcat # relative to PWD, defaults to PWD + os: debian # or ubuntu, defaults to debian ```