From ecfc6e30cde5519966f1b1ea078e93ad66de1b19 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 29 Mar 2020 23:16:44 +0200 Subject: [PATCH] README: point to a tag instead of master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39a4d84..30d5948 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An action that builds a Debian package from source. ```yaml - name: Build Debian package - uses: dawidd6/action-debian-package@master + uses: dawidd6/action-debian-package@v1 with: source_directory: lolcat # optional, relative to workspace directory artifacts_directory: output # optional, relative to workspace directory