fix: remove ineffective container.options, rely on runner volume mounts

This commit is contained in:
2026-06-21 00:04:33 +08:00
parent 91a18e76a5
commit 8a3f14eb1b
-4
View File
@@ -11,10 +11,6 @@ on:
jobs:
deploy:
runs-on: aliyun
container:
options: -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Install Docker CLI
run: apt-get update && apt-get install -y docker.io
- name: Deploy
run: cd /root/PR-Helper && bash deploy.sh