Skip to content

Commit 495413e

Browse files
committed
feat(pylint): try using branch name
1 parent db5a458 commit 495413e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
!app/*/migrations/
9494
# base_sha: ${{ steps.setSHAs.outputs.base }}
9595
# base_sha: ${{ steps.get-sha.outputs.sha }}
96-
base_sha: ${{ env.NX_BASE }}
96+
# base_sha: ${{ env.NX_BASE }}
97+
base_sha: ${{ steps.base-branch-name.outputs.BASE_BRANCH }}
9798

9899

99100
- name: List all changed files

0 commit comments

Comments
 (0)