We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7925c7 commit 5c878a9Copy full SHA for 5c878a9
scripts/generate-authors.sh
@@ -7,7 +7,7 @@ SCRIPT_PATH=$(
7
pwd -P
8
)
9
if [ -z "${AUTHORS_PATH}" ]; then
10
- AUTHORS_PATH="$GITHUB_WORKSPACE/AUTHORS.txt"
+ AUTHORS_PATH="$(git rev-parse --show-toplevel)/AUTHORS.txt"
11
fi
12
13
if [ -f ${SCRIPT_PATH}/.ci.conf ]; then
0 commit comments