From c9b4ed5f726111c66eb67eeae477ea9922dd045f Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 24 Dec 2023 16:30:04 -0500 Subject: [PATCH] fix(workflow): write correct names --- .forgejo/workflows/discord.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/discord.yml b/.forgejo/workflows/discord.yml index 67c0cbd..d8ebc35 100644 --- a/.forgejo/workflows/discord.yml +++ b/.forgejo/workflows/discord.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout uses: https://github.com/actions/checkout@v3 - - name: setup-nix + - name: Setup-Nix uses: https://github.com/cachix/install-nix-action@v24 - - name: update + - name: Send-Embed working-directory: ./common/pkgs/discommit env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}