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