Skip to content

Commit 3385226

Browse files
fix: workflow
1 parent 9ba7258 commit 3385226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
git clone https://github.com/awslabs/git-secrets.git target
1919
cd target
20-
./install.ps1
20+
sudo make install
2121
echo "Git-secrets installation completed"
2222
git secrets --register-aws --global
2323
echo "Added aws secret templates"

0 commit comments

Comments
 (0)