A fast, local-first "redirection engine" for !bang users with a few extra features ^-^

chore: tell git to ignore strict host key checking

Changed files
+5
.github
workflows
+5
.github/workflows/update-bangs.yaml
···
- name: Add remote
run: git remote add tangled git@ember:did:plc:krxbvxvis5skq7jj6eot23ul/unduckified
+
- name: Configure ssh
+
run: |
+
mkdir -p ~/.ssh
+
echo "StrictHostKeyChecking no" >> ~/.ssh/config
+
- name: Push to tangled
run: git push tangled main