Skip to content

Commit 5f379c5

Browse files
committed
Update x86_64.yml
1 parent b00907b commit 5f379c5

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/x86_64.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,7 @@ jobs:
6464
df -hT $PWD
6565
git clone $REPO_URL -b $REPO_BRANCH openwrt
6666
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
67-
68-
69-
70-
- name: SSH connection to Actions
71-
uses: P3TERX/ssh2actions@v1.0.0
72-
if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
73-
env:
74-
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
75-
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
76-
77-
- name: Load custom feeds
78-
run: |
79-
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
67+
8068
- name: Update feeds
8169
run: cd openwrt && ./scripts/feeds update -a
8270

0 commit comments

Comments
 (0)