ESCAPE
This commit is contained in:
@@ -12,9 +12,11 @@ runs:
|
||||
run: |
|
||||
echo "#!/bin/bash
|
||||
echo '📤️ Uploading package to ${{ gitea.server_url }} ...'
|
||||
if [ -z "$username" ]
|
||||
if [ -z "\$username" ]
|
||||
then
|
||||
echo "NO USERNAME DETECTED"
|
||||
else
|
||||
echo "\$username , first letter \${username:0:1}"
|
||||
fi
|
||||
curl --user \"\$username:\$token\" \
|
||||
--upload-file ./*.tar.zst \
|
||||
|
||||
Reference in New Issue
Block a user