diff --git a/action.yml b/action.yml index f5b7ee1..1677e2c 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,15 @@ runs: git add "./post-entrypoint.sh" git commit -m "fuck you, gitea" + - name: Where are my secrets going? + shell: bash + run: | + if [ -n "${{ secrets.USERNAME }}" ] + then + echo "NO USERNAME DETECTED" + exit 1 + fi + - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build with: