We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6615f3 commit 8161b79Copy full SHA for 8161b79
.github/workflows/cli.yml
@@ -66,10 +66,10 @@ jobs:
66
run: |
67
sudo chmod 644 /home/runner/work/apisix/apisix/conf/config.yaml
68
sudo chmod 755 /home/runner/work/apisix/apisix/conf/
69
-
+
70
- name: Reset File Ownership
71
72
sudo chown -R $USER:$USER /home/runner/work/apisix/apisix/
73
74
- name: Linux Script
75
run: sudo ./ci/${{ matrix.job_name }}_runner.sh script
0 commit comments