We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d4b3f + 564e2f5 commit 4423aa9Copy full SHA for 4423aa9
1 file changed
.github/workflows/create-release-branch-v1.yml
@@ -315,6 +315,10 @@ jobs:
315
exit 1
316
fi
317
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
+
322
# Read repositories from YAML file
323
repos=$(yq e '.repos[].name' "${REPO_LIST_FILE}" | tr '\n' ' ')
324
0 commit comments