From 1029a14ed25e3c7625da8c765216498455881a8e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 25 Apr 2022 14:28:55 -0400 Subject: [PATCH] .github/workflows/cycle.yml: fix error message related to git 2.35.1+ --- .github/workflows/cycles.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cycles.yml b/.github/workflows/cycles.yml index e75297ac937d..857b11353575 100644 --- a/.github/workflows/cycles.yml +++ b/.github/workflows/cycles.yml @@ -28,6 +28,7 @@ jobs: common/travis/prepare.sh - name: Find cycles and open issues run: | + git config --global --add safe.directory /__w/void-packages/void-packages common/scripts/xbps-cycles.py | tee cycles grep 'Cycle:' cycles | while read -r line; do if gh issue list -R "$GITHUB_REPOSITORY" -S "$line" | grep .; then