quotes
This commit is contained in:
@@ -17,9 +17,9 @@ runs:
|
|||||||
git config --global user.name 'Guy Incognito'
|
git config --global user.name 'Guy Incognito'
|
||||||
git config --global user.email 'user@local'
|
git config --global user.email 'user@local'
|
||||||
git add ./*.tar.zst
|
git add ./*.tar.zst
|
||||||
git commit -m "fuck you, gitea"
|
git commit -m 'fuck you, gitea'
|
||||||
|
|
||||||
curl --user "$username:$token" \
|
curl --user $username:$token \
|
||||||
--upload-file ./*.tar.zst \
|
--upload-file ./*.tar.zst \
|
||||||
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
||||||
" > "./post-entrypoint.sh"
|
" > "./post-entrypoint.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user