We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be84907 commit 06eeb50Copy full SHA for 06eeb50
.github/workflows/git-secrets-public.yml
@@ -12,15 +12,15 @@ jobs:
12
with:
13
path: source
14
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
+ - name: Install git-secrets
+ shell: bash
+ run: |
+ cd ..
+ echo 'cloning https://github.com/awslabs/git-secrets.git'
+ git clone https://github.com/awslabs/git-secrets.git
+ cd git-secrets
+ echo 'installing git-secrets'
+ sudo make install
24
25
- name: Add Rules
26
shell: bash
0 commit comments