new sanity check for my sanity

This commit is contained in:
2025-10-29 00:33:56 -05:00
parent dfd358403f
commit db5c93bd80

View File

@@ -28,6 +28,16 @@ runs:
git add "./post-entrypoint.sh" git add "./post-entrypoint.sh"
git commit -m "fuck you, gitea" git commit -m "fuck you, gitea"
- name: sanity check
shell: bash
run: |
if [ -z "${{ secrets.USERNAME }}" ]; then
echo "❌ Secret not set!"
exit 1
else
echo "✅ Secret appears to be set."
fi
- name: Build package - name: Build package
uses: https://git.sanin.dev/packages_test/build-publish/@build uses: https://git.sanin.dev/packages_test/build-publish/@build
with: with: