From dfd358403fca3e5a4ed13cf78e14ea8ae0c63db4 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Wed, 29 Oct 2025 00:30:58 -0500 Subject: [PATCH] quotes? --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e89d9ab..56b4f10 100644 --- a/action.yml +++ b/action.yml @@ -31,5 +31,5 @@ runs: - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build with: - username: ${{ secrets.USERNAME }} + username: "${{ secrets.USERNAME }}" token: ${{ secrets.TOKEN }}