From 6d1648c9a301a69bf19aac5477a24cba22725289 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Wed, 29 Oct 2025 00:41:28 -0500 Subject: [PATCH] final cleanup --- action.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/action.yml b/action.yml index 007e189..7929b8c 100644 --- a/action.yml +++ b/action.yml @@ -20,12 +20,6 @@ runs: run: | echo "#!/bin/bash echo '📤️ Uploading package to ${{ gitea.server_url }} ...' - 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 \ '${{ gitea.server_url }}/api/packages/packages_test/arch/microverse' @@ -36,16 +30,6 @@ runs: git add "./post-entrypoint.sh" git commit -m "fuck you, gitea" - - name: sanity check - shell: bash - run: | - if [ -z "${{ inputs.username }}" ]; then - echo "❌ Secret not set!" - exit 1 - else - echo "✅ Secret appears to be set." - fi - - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build with: