From a63d20c8d3d233aa5a902276d662a8d39d40ce93 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 23 Sep 2024 11:29:59 +0100 Subject: [PATCH] feat: no longer ask teh user to enter their own username, no longer give the option by default --- .forgejo/workflows/push.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 9a6c21d..a5e2222 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -25,6 +25,5 @@ jobs: uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5 with: ssh_key: ${{ secrets.SSH_KEY }} - username: ${{ env.GITHUB_REPOSITORY_OWNER }} folder: "src" #destination: "subfolder" \ No newline at end of file