Skip to content

Commit e070186

Browse files
authored
Merge pull request #40 from zxkmm/remove_dsa_from_example_usage
remove dsa algo from example usage to match the change of 2.7.2
2 parents 9dfe151 + a6de5d0 commit e070186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
commit_email: ${{ secrets.AUR_EMAIL }}
8787
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
8888
commit_message: Update AUR package
89-
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
89+
ssh_keyscan_types: rsa,ecdsa,ed25519
9090
```
9191
9292
**Note:** Replace `<TAG>` in the above code snippet with a tag of this repo.

0 commit comments

Comments
 (0)