Skip to content

Commit

Permalink
Update k3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xnxy2012 authored Mar 4, 2020
1 parent 13cfb01 commit 5434651
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/k3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Blog: https://p3terx.com
#=================================================

name: K3 OpenWrt
name: Build OpenWrt

on:
release:
Expand All @@ -16,8 +16,8 @@ on:
- dev-19.07
paths:
- '.config'
# schedule:
# - cron: 0 22 * * *
#schedule:
# - cron: 0 22 * * *
watch:
types: [started]

Expand Down Expand Up @@ -77,6 +77,7 @@ jobs:
cd openwrt
../$DIY_SH
make defconfig
sed -i 's|^TARGET_|# TARGET_|g; s|# TARGET_DEVICES += phicomm-k3|TARGET_DEVICES += phicomm-k3|' target/linux/bcm53xx/image/Makefile
#- name: SSH connection to Actions
# uses: P3TERX/debugger-action@master
# if: env.SSH_ACTIONS == 'true'
Expand Down

0 comments on commit 5434651

Please sign in to comment.