aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorclassabbyamp <dev@placeviolette.net>2022-04-25 18:28:55 +0000
committerPiotr <chocimier@tlen.pl>2022-04-26 17:56:22 +0000
commit24378c52eac0f69f15bcec3f23f89b9df02e64a8 (patch)
treed07c56b2934df4fbd5c3066220f08447325e1cdb /.github/workflows
parent99900d33653d946c8452f7f087d9839ad4565c7c (diff)
downloadvoid-packages-24378c52eac0f69f15bcec3f23f89b9df02e64a8.tar
void-packages-24378c52eac0f69f15bcec3f23f89b9df02e64a8.tar.gz
void-packages-24378c52eac0f69f15bcec3f23f89b9df02e64a8.tar.bz2
void-packages-24378c52eac0f69f15bcec3f23f89b9df02e64a8.tar.lz
void-packages-24378c52eac0f69f15bcec3f23f89b9df02e64a8.tar.xz
void-packages-24378c52eac0f69f15bcec3f23f89b9df02e64a8.tar.zst
void-packages-24378c52eac0f69f15bcec3f23f89b9df02e64a8.zip
.github/workflows/cycle.yml: fix error message related to git 2.35.2+
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cycles.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cycles.yml b/.github/workflows/cycles.yml
index e75297ac937..72c8d83b2c8 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 "$PWD"
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