fix: revert container.options, rely on runner volume mount for host directory access

This commit is contained in:
2026-06-20 23:59:23 +08:00
parent f278908526
commit 47f0ef9fb9
-2
View File
@@ -11,8 +11,6 @@ on:
jobs:
deploy:
runs-on: aliyun
container:
options: -v /root/PR-Helper:/root/PR-Helper
steps:
- name: Deploy
run: cd /root/PR-Helper && bash deploy.sh