Skip to content

Commit 06eeb50

Browse files
authored
Indentation fix
1 parent be84907 commit 06eeb50

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/git-secrets-public.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
with:
1313
path: source
1414

15-
- name: install git-secrets
16-
shell: bash
17-
run: |
18-
cd ..
19-
echo 'cloning https://github.com/awslabs/git-secrets.git'
20-
git clone https://github.com/awslabs/git-secrets.git
21-
cd git-secrets
22-
echo 'installing git-secrets'
23-
sudo make install
15+
- name: Install git-secrets
16+
shell: bash
17+
run: |
18+
cd ..
19+
echo 'cloning https://github.com/awslabs/git-secrets.git'
20+
git clone https://github.com/awslabs/git-secrets.git
21+
cd git-secrets
22+
echo 'installing git-secrets'
23+
sudo make install
2424
2525
- name: Add Rules
2626
shell: bash

0 commit comments

Comments
 (0)