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
|
```yaml
|
||||||
name: Copy single file
|
name: Copy single file
|
||||||
uses: tempersama/rsync-action@2.1
|
uses: tempersama/rsync-action@2.2
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.host }}
|
host: ${{ secrets.host }}
|
||||||
source: html/
|
source: html/
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh -l -e
|
#!/bin/sh -l
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Quick checks for missing parameters
|
# Quick checks for missing parameters
|
||||||
rc=0
|
rc=0
|
||||||
|
Loading…
Reference in New Issue
Block a user