Fix typo in updater (#45)

This commit is contained in:
lleyton
2022-12-03 22:36:18 -08:00
committed by GitHub
parent 1e47210abb
commit 9d79d2fe0b
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
token: ${{ secrets.SSH_AUTHENTICATION_KEY }}
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
- name: Install SSH key
uses: shimataro/ssh-key-action@v2