瀏覽代碼

ci: fix env var in "rename.sh" script

Paul Razvan Berg 2 年之前
父節點
當前提交
a184a34d35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/scripts/rename.sh

+ 1 - 1
.github/scripts/rename.sh

@@ -23,4 +23,4 @@ JQ_OUTPUT=`jq \
 echo "$JQ_OUTPUT" > package.json
 
 # Rename instances of "paulrberg/hardhat-template" to the new repo name in README.md for badges only
-sed -i -e "/Use this template/! s|paulrberg/hardhat-template|"${REPOSITORY}"|;" "README.md"
+sed -i -e "/Use this template/! s|paulrberg/hardhat-template|"${GITHUB_REPOSITORY}"|;" "README.md"