File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,11 @@ jobs:
43
43
fi
44
44
45
45
- name : Sign
46
- uses : vespakoen /code-sign-action@36116b6c909e1f6decd8584a798e4feec15835fe
46
+ uses : stackmuncher /code-sign-action
47
47
with :
48
48
certificate : ' ${{ secrets.WIN_CERT_B64 }}'
49
49
password : ' ${{ secrets.WIN_CERT_B64_P }}'
50
50
folder : ' .'
51
- recursive : false
52
51
53
52
- name : Publish
54
53
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Adding more of your projects to your Directory Profile builds a more complete pi
113
113
chmod a+x ~ /.git-templates/hooks/post-commit
114
114
```
115
115
# ### PowerShell
116
- ` ` ` bash
116
+ ` ` ` powershell
117
117
git config --global --add init.templatedir ' ~/.git-templates'
118
118
mkdir -p ~ /.git-templates/hooks
119
119
echo ' #!/bin/sh' >> ~ /.git-templates/hooks/post-commit
You can’t perform that action at this time.
0 commit comments