Fixing flags in entrypoint
This commit is contained in:
parent
ca642a2f1c
commit
fd7c104073
@ -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/
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/sh -l -e
|
||||
#!/bin/sh -l
|
||||
|
||||
set -e
|
||||
|
||||
# Quick checks for missing parameters
|
||||
rc=0
|
||||
|
Loading…
Reference in New Issue
Block a user