File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 205205 type : choice
206206 options :
207207 - ophub/kernel
208+ - dy008/kernel
208209 kernel_usage :
209210 description : " Set the tags of the stable kernel."
210211 required : false
239240 options :
240241 - ophub
241242 - angel
243+ - dy008
242244
243245env :
244246 TZ : America/New_York
@@ -301,7 +303,7 @@ jobs:
301303 df -hT ${PWD}
302304 git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
303305 ln -sf /builder/build ${GITHUB_WORKSPACE}/build
304- ln -sf /builder/build /home/runner/work/_actions/ophub /amlogic-s9xxx-armbian/main/build
306+ ln -sf /builder/build /home/runner/work/_actions/dy008 /amlogic-s9xxx-armbian/main/build
305307 echo "status=success" >> ${GITHUB_OUTPUT}
306308
307309 - name : Compile Armbian [ ${{ inputs.set_release }} ]
@@ -339,7 +341,7 @@ jobs:
339341 token : ${{ secrets.GITHUB_TOKEN }}
340342
341343 - name : Rebuild Armbian
342- uses : ophub /amlogic-s9xxx-armbian@main
344+ uses : dy008 /amlogic-s9xxx-armbian@main
343345 if : ${{ steps.clean.outputs.status }} == 'success' && !cancelled()
344346 with :
345347 build_target : armbian
You can’t perform that action at this time.
0 commit comments