Skip to content

Commit 6f45d74

Browse files
committed
Fix conditional check in build_packages_info.yml to ensure GitHub functions are only echoed when defined
1 parent e7648ea commit 6f45d74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_packages_info.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
echo "GitHub functions: $gh_functions"
7070
echo $name >> functions.txt
7171
echo "$gh_functions" >> functions.txt
72+
fi
7273
7374
# Use the GitHub API to pull in info about the repoisitory
7475
echo "\nGitHub API information"

0 commit comments

Comments
 (0)