We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2082a9f commit 2bd4e16Copy full SHA for 2bd4e16
scripts/renew-catalog-template.sh
@@ -2,7 +2,7 @@
2
set -eux
3
4
# merge from upstream
5
-cd "${BASEDIR}"/cpython-doc-catalog
+cd "${{ GITHUB_ACTION_PATH }}"/cpython-doc-catalog
6
git remote add upstream https://github.com/python/cpython.git
7
git remote -v
8
git fetch --quiet upstream
0 commit comments