Creating ne wrelease

This commit is contained in:
shockrah 2024-09-26 21:06:39 -07:00
parent fc86983308
commit 0468b848bb

View File

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