Skip to content

Commit 2bd4e16

Browse files
authored
Update renew-catalog-template.sh
1 parent 2082a9f commit 2bd4e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/renew-catalog-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eux
33

44
# merge from upstream
5-
cd "${BASEDIR}"/cpython-doc-catalog
5+
cd "${{ GITHUB_ACTION_PATH }}"/cpython-doc-catalog
66
git remote add upstream https://github.com/python/cpython.git
77
git remote -v
88
git fetch --quiet upstream

0 commit comments

Comments
 (0)