From de608f08a554b07e566edf677bca38274f78e2b1 Mon Sep 17 00:00:00 2001 From: Kovacs Alex Date: Thu, 18 Feb 2021 17:04:30 +0200 Subject: [PATCH] docs: mention using cutting edge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b21e30..ccd9012 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ jobs: with: node-version: 12 - name: Build and push - uses: alexthemaster/action-build-typescript@ # (looks like this: v1.0.0) + uses: alexthemaster/action-build-typescript@v. # check the releases tab on the right for versions (looks like this: v1.0.0) + # use this if you want the sharpest of cutting edges (can and probably WILL break from time to time) + # uses: alexthemaster/action-build-typescript@master with: pushToBranch: true # optional; can either be true or false | defaults to false branch: 'dist' # optional; the name of the branch the action should push the compiled code to | defaults to dist