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 5241ff1 commit 5bdcde4Copy full SHA for 5bdcde4
.github/workflows/predict-conflicts.yml
@@ -28,8 +28,8 @@ jobs:
28
29
- name: validate potential conflicts
30
run: echo $test && echo $conflicts && wget https://raw.githubusercontent.com/dashpay/dash/develop/.github/workflows/handle_potential_conflicts.py && pip3 install hjson && python3 handle_potential_conflicts.py "$conflicts"
31
- env:
32
- conflicts: ${{ steps.conflicts-check.outputs.conflicts }}
+# env:
+# conflicts: ${{ steps.conflicts-check.outputs.conflicts }}
33
34
- name: comment on PR if there are conflicting PRs
35
if: steps.conflicts-check.outputs.conflictingPrs != ''
0 commit comments