Fixing flags in entrypoint

This commit is contained in:
shockrah 2024-09-28 14:39:26 -07:00
parent ca642a2f1c
commit fd7c104073
2 changed files with 4 additions and 2 deletions

View File

@ -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/

View File

@ -1,4 +1,6 @@
#!/bin/sh -l -e
#!/bin/sh -l
set -e
# Quick checks for missing parameters
rc=0