Skip to content

Commit e11bcb4

Browse files
authored
Update main_py_to_bitly.yml
1 parent b427deb commit e11bcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_py_to_bitly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
output1: ${{ steps.step1.outputs }}
1010
steps:
1111
- id: step1
12-
run: git diff --name-only HEAD~1 HEAD | grep '/main.py'
12+
run: git diff --name-only HEAD^ HEAD | grep '/main.py'
1313
job2:
1414
needs: job1
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)