We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41cb1e commit 1614e26Copy full SHA for 1614e26
.github/workflows/pub_ffmpeg_release.yml
@@ -31,9 +31,10 @@ jobs:
31
git remote set-url origin https://github.com/linjonh/shellscript-install.git
32
git pull
33
else
34
- echo "➡️ shellscript-install 目录不存在,开始克隆代码仓库"
+ echo "➡️ shellscript-install 目录不存在,开始克隆代码仓库 ${{ env.SHELL_SCRIPT_REPO_URL }}"
35
git clone ${{ env.SHELL_SCRIPT_REPO_URL }} .
36
echo "➡️ 当前目录1:$(pwd)"
37
+ ls -l
38
cd shellscript-install || exit
39
echo "➡️ 当前目录2:$(pwd)"
40
echo "➡️ 拉取最新代码完成"
0 commit comments