Skip to content

Commit 1614e26

Browse files
authored
Update pub_ffmpeg_release.yml
1 parent d41cb1e commit 1614e26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pub_ffmpeg_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
git remote set-url origin https://github.com/linjonh/shellscript-install.git
3232
git pull
3333
else
34-
echo "➡️ shellscript-install 目录不存在,开始克隆代码仓库"
34+
echo "➡️ shellscript-install 目录不存在,开始克隆代码仓库 ${{ env.SHELL_SCRIPT_REPO_URL }}"
3535
git clone ${{ env.SHELL_SCRIPT_REPO_URL }} .
3636
echo "➡️ 当前目录1:$(pwd)"
37+
ls -l
3738
cd shellscript-install || exit
3839
echo "➡️ 当前目录2:$(pwd)"
3940
echo "➡️ 拉取最新代码完成"

0 commit comments

Comments
 (0)