From 4eca24bf27c44824b2e98f5d9e08f514a434ff68 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 27 Apr 2021 07:48:55 +0200 Subject: [PATCH] README: rearrange comments --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5017b..3a2143e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ An action that builds a Debian package from source in a Docker container. - name: Build Debian package uses: dawidd6/action-debian-package@v1 with: - source_directory: lolcat # optional, relative to workspace directory - artifacts_directory: output # optional, relative to workspace directory + # Optional, relative to workspace directory + source_directory: lolcat + # Optional, relative to workspace directory + artifacts_directory: output ```