We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150ce39 commit 9591f33Copy full SHA for 9591f33
.github/workflows/build_image.yml
@@ -12,10 +12,11 @@ jobs:
12
run:
13
shell: bash
14
steps:
15
- - uses: actions/checkout@v3
+ # - uses: actions/checkout@v3
16
- name: Run Make
17
run: |
18
export VOLUME_HOME=$(pwd)
19
+ ls -alh $VOLUME_HOME
20
cp -r $VOLUME_HOME /home/build/openwrt_workflow
21
wget https://github.com/xiaorouji/openwrt-passwall/archive/3aff3af88536227d12fb7206992af64ff21cf4d2.zip -O /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
22
cd /home/build/openwrt_workflow
0 commit comments