We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5a458 commit 495413eCopy full SHA for 495413e
1 file changed
.github/workflows/python.yaml
@@ -93,7 +93,8 @@ jobs:
93
!app/*/migrations/
94
# base_sha: ${{ steps.setSHAs.outputs.base }}
95
# base_sha: ${{ steps.get-sha.outputs.sha }}
96
- base_sha: ${{ env.NX_BASE }}
+ # base_sha: ${{ env.NX_BASE }}
97
+ base_sha: ${{ steps.base-branch-name.outputs.BASE_BRANCH }}
98
99
100
- name: List all changed files
0 commit comments