We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3c2a8 commit 3c5c693Copy full SHA for 3c5c693
.github/workflows/upgrade-dependencies.yml
@@ -61,7 +61,6 @@ jobs:
61
- uses: actions/setup-python@v4
62
with:
63
python-version: ${{ matrix.python-version }}
64
- cache: 'pip'
65
- name: detect auto-upgrade-dependency branches
66
id: changes
67
run: echo "count=$(git branch -r | grep auto-dependency-upgrades- | wc -l | xargs)" >> $GITHUB_OUTPUT
0 commit comments