From 48ef278484c314596d2215a1f461edcb39c2072b Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Tue, 28 Oct 2025 23:18:06 -0500 Subject: [PATCH] nevermind --- action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/action.yml b/action.yml index bfe2be1..15f3e2c 100644 --- a/action.yml +++ b/action.yml @@ -12,13 +12,6 @@ runs: run: | echo "#!/bin/bash echo '📤️ Uploading package ...' - ls -al - - git config --global user.name 'Guy Incognito' - git config --global user.email 'user@local' - git add ./*.tar.zst - git commit -m 'fuck you, gitea' - curl --user $username:$token \ --upload-file ./*.tar.zst \ '${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'