Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2082a9f commit 2bd4e16Copy full SHA for 2bd4e16
1 file changed
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