Skip to content

Commit 0640031

Browse files
committed
Update README.md
1 parent e9972ee commit 0640031

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout repo
1818
uses: actions/checkout@v2
19+
with:
20+
fetch-depth: 0
1921
- name: Run yor action
2022
uses: bridgecrewio/yor-action@main
2123
- name: Commit tag changes
@@ -33,6 +35,8 @@ jobs:
3335
steps:
3436
- name: Checkout repo
3537
uses: actions/checkout@v2
38+
with:
39+
fetch-depth: 0
3640
- name: Run yor action
3741
uses: bridgecrewio/yor-action@main
3842
with:
@@ -55,6 +59,8 @@ jobs:
5559
steps:
5660
- name: Checkout repo
5761
uses: actions/checkout@v2
62+
with:
63+
fetch-depth: 0
5864
- name: Run yor action
5965
uses: bridgecrewio/yor-action@main
6066
with:

0 commit comments

Comments
 (0)