.github/workflows/cycle.yml: fix error message related to git 2.35.2+
This commit is contained in:
parent
99900d3365
commit
24378c52ea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cycles.yml
vendored
1
.github/workflows/cycles.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
||||||
common/travis/prepare.sh
|
common/travis/prepare.sh
|
||||||
- name: Find cycles and open issues
|
- name: Find cycles and open issues
|
||||||
run: |
|
run: |
|
||||||
|
git config --global --add safe.directory "$PWD"
|
||||||
common/scripts/xbps-cycles.py | tee cycles
|
common/scripts/xbps-cycles.py | tee cycles
|
||||||
grep 'Cycle:' cycles | while read -r line; do
|
grep 'Cycle:' cycles | while read -r line; do
|
||||||
if gh issue list -R "$GITHUB_REPOSITORY" -S "$line" | grep .; then
|
if gh issue list -R "$GITHUB_REPOSITORY" -S "$line" | grep .; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue