We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3a799 commit c8648baCopy full SHA for c8648ba
1 file changed
.github/workflows/publish.yml
@@ -45,6 +45,8 @@ jobs:
45
echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
46
chmod 600 ~/.ssh/id_rsa
47
ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
48
+ git config --global user.email "opencode@sst.dev"
49
+ git config --global user.name "opencode"
50
51
- name: Publish
52
run: |
0 commit comments