Skip to content

Commit 4423aa9

Browse files
Merge pull request #163 from stuggi/fix_fr_autom
Fix REPO_LIST_FILE path resolution when processing repos
2 parents 48d4b3f + 564e2f5 commit 4423aa9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/create-release-branch-v1.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@ jobs:
315315
exit 1
316316
fi
317317

318+
# Convert to absolute path since we'll be changing directories
319+
REPO_LIST_FILE="$(realpath "${REPO_LIST_FILE}")"
320+
echo "Using repository list file: ${REPO_LIST_FILE}"
321+
318322
# Read repositories from YAML file
319323
repos=$(yq e '.repos[].name' "${REPO_LIST_FILE}" | tr '\n' ' ')
320324

0 commit comments

Comments
 (0)