Creating ne wrelease
This commit is contained in:
parent
fc86983308
commit
0468b848bb
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Checking if the key input is not empty
|
# Checking if the key input is not empty
|
||||||
if [[ "$INPUT_KEY" ]]; then
|
if [[ "$INPUT_KEY" ]]; then
|
||||||
# If it is not empty, it uses the key for the rsync command
|
# If it is not empty, it uses the key for the rsync command
|
||||||
@ -14,4 +16,3 @@ time=$(date)
|
|||||||
echo "-----------------------------"
|
echo "-----------------------------"
|
||||||
echo "| Files copied successfully |"
|
echo "| Files copied successfully |"
|
||||||
echo "-----------------------------"
|
echo "-----------------------------"
|
||||||
echo "::set-output name=time::$time"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user