Skip to content

Commit 165815b

Browse files
authored
Update main_py_to_bitly.yml
1 parent 90121b6 commit 165815b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_py_to_bitly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
outputs:
99
output1: ${{ steps.step1.outputs }}
1010
steps:
11-
- uses: actions/checkout@v3
12-
with:
13-
fetch-depth: 1
11+
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 2
1414
- id: step1
1515
run: git diff --name-only HEAD~1 HEAD | grep '/main.py'
1616
job2:

0 commit comments

Comments
 (0)