diff --git a/README.md b/README.md index c652a01..3b8eaf6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ It is recommended to pass all sensitive values through `secrets` ```yaml name: Copy single file -uses: tempersama/rsync-action@2.1 +uses: tempersama/rsync-action@2.2 with: host: ${{ secrets.host }} source: html/ diff --git a/entrypoint.sh b/entrypoint.sh index b9ac9a9..c0ca7b9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,6 @@ -#!/bin/sh -l -e +#!/bin/sh -l + +set -e # Quick checks for missing parameters rc=0