在Gitea Actions工作流中,已更新仓库克隆目录的路径设置,以简化为当前目录下的相对路径。这样做旨在避免潜在的权限问题,并使工作流的配置更加清晰。
This commit is contained in:
parent
3b3d5b6fa6
commit
791fee74d4
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
rm -rf $CLONED_REPO_DIR
|
||||
rm -rf ./*
|
||||
git clone $BARE_REPO_DIR $CLONED_REPO_DIR
|
||||
- run: pwd
|
||||
- run: ls -sl
|
||||
|
Loading…
Reference in New Issue
Block a user