We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00907b commit 5f379c5Copy full SHA for 5f379c5
1 file changed
.github/workflows/x86_64.yml
@@ -64,19 +64,7 @@ jobs:
64
df -hT $PWD
65
git clone $REPO_URL -b $REPO_BRANCH openwrt
66
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
+
80
- name: Update feeds
81
run: cd openwrt && ./scripts/feeds update -a
82
0 commit comments