From b31d5b33fcb49ec599e6211a3cab947a63064139 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Wed, 19 Mar 2025 18:09:34 -0500 Subject: [PATCH] fixing typo --- .gitea/workflows/nixtest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/nixtest.yaml b/.gitea/workflows/nixtest.yaml index f85b0d6..78b5e0a 100644 --- a/.gitea/workflows/nixtest.yaml +++ b/.gitea/workflows/nixtest.yaml @@ -15,7 +15,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Install SSH keys - uses: shimataro/ssh-key-actiond4fffb50872869abe2d9a9098a6d9c5aa7d16be4 + uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 with: key: ${{ secrets.SSH_GITEA_SSH_KEY }} name: gitea_action