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 b43695a commit d957c85Copy full SHA for d957c85
.github/workflows/update-dev-branches.yml
@@ -74,15 +74,6 @@ jobs:
74
exit 1
75
fi
76
77
-
78
- # Check if there are any changes between rebased branch and original remote branch
79
- if git diff --quiet origin/${{ matrix.branch }} HEAD; then
80
- echo "No changes detected between rebased branch and original remote branch. PR would not introduce any changes."
81
- echo "has-changes=false" >> "${GITHUB_OUTPUT}"
82
- else
83
- echo "Changes detected between rebased branch and original remote branch. PR will introduce changes."
84
- echo "has-changes=true" >> "${GITHUB_OUTPUT}"
85
- fi
86
87
- name: Create pull request
88
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
0 commit comments