From 864decbb8aa4679f3232bc52a51ba91863c03b62 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 5 Oct 2023 16:23:41 -0400 Subject: [PATCH] fix syntax --- .forgejo/workflows/check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 6c1cf44..3a57dd9 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -4,7 +4,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: https://github.com/DeterminateSystems/nix-installer-action@main + - name: install nix action + uses: https://github.com/DeterminateSystems/nix-installer-action@main with: - - github-token: ${{ secrets.GH_TOKEN }} + github-token: ${{ secrets.GH_TOKEN }} - run: nix flake check