From 0afae6f7a34d83ea3ffa1c2b0e8fa7b3682a0bed Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 4 Oct 2024 13:16:07 +0100 Subject: [PATCH] Fix. Accidentally had a second deploy_user action this repos action --- .forgejo/workflows/push.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 72f950d..901a532 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -21,7 +21,6 @@ jobs: ref_name: ${{ gitea.ref_name }} - run: nix build # temp one just to get it "built" - - uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5 - uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v6 with: ssh_key: ${{ secrets.SSH_KEY }}