From fd7c1040732e4135f512fb8d0ec6806af550aecc Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 28 Sep 2024 14:39:26 -0700 Subject: [PATCH] Fixing flags in entrypoint --- README.md | 2 +- entrypoint.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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