Skip to content

Commit c58ca94

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/dependency-review-action-4.7.2
2 parents 2e02225 + 326d110 commit c58ca94

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed

.github/workflows/pipx-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: |
1818
set -euo pipefail
1919
IFS=$'\n\t'
20-
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" -c 'if sudo pipx upgrade-all --global | tee -a /dev/stderr | grep -q -e .; then exit 1; fi'
20+
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" -c 'if sudo pipx upgrade-all --global | tee -a /dev/stderr | grep -q -e "^upgraded "; then exit 1; fi'

xml/bump-apk-versions.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

xml/create-bump-prs.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)