fixing typo
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
testing nix stuff / nix (ubuntu-latest) (push) Failing after 3m8s

This commit is contained in:
Deepak Mallubhotla 2025-03-19 18:09:34 -05:00
parent b84cd74645
commit b31d5b33fc
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -15,7 +15,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install SSH keys - name: Install SSH keys
uses: shimataro/ssh-key-actiond4fffb50872869abe2d9a9098a6d9c5aa7d16be4 uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4
with: with:
key: ${{ secrets.SSH_GITEA_SSH_KEY }} key: ${{ secrets.SSH_GITEA_SSH_KEY }}
name: gitea_action name: gitea_action