diff --git a/README.md b/README.md index 89ded60..7b21e30 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: with: node-version: 12 - name: Build and push - uses: alexthemaster/action-build-typescript@latest + uses: alexthemaster/action-build-typescript@ # (looks like this: v1.0.0) 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