Skip to content

Commit e920641

Browse files
committed
Update r3g-openwrt.yml
1 parent f67d24f commit e920641

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/r3g-openwrt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
git clone $REPO_URL -b $REPO_BRANCH openwrt
6565
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
6666
67-
- name: SSH connection to Actions
68-
uses: P3TERX/ssh2actions@v1.0.0
69-
if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
67+
# - name: SSH connection to Actions
68+
# uses: P3TERX/ssh2actions@v1.0.0
69+
# if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
7070

7171

7272
- name: Load custom feeds

0 commit comments

Comments
 (0)