We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d4853 commit db5a458Copy full SHA for db5a458
.github/workflows/python.yaml
@@ -75,11 +75,11 @@ jobs:
75
main-branch-name: ${{ steps.base-branch-name.outputs.BASE_BRANCH }}
76
77
78
- - uses: matheusraz/ref-sha@v1
79
- id: get-sha
80
- with:
81
- ref: ${{ steps.base-branch-name.outputs.BASE_BRANCH }}
82
- length: 41
+ # - uses: matheusraz/ref-sha@v1
+ # id: get-sha
+ # with:
+ # ref: ${{ steps.base-branch-name.outputs.BASE_BRANCH }}
+ # length: 41
83
84
85
- name: Get all files that have changed
@@ -92,7 +92,8 @@ jobs:
92
!app/*/tests/
93
!app/*/migrations/
94
# base_sha: ${{ steps.setSHAs.outputs.base }}
95
- base_sha: ${{ steps.get-sha.outputs.sha }}
+ # base_sha: ${{ steps.get-sha.outputs.sha }}
96
+ base_sha: ${{ env.NX_BASE }}
97
98
99
- name: List all changed files
0 commit comments