We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67d24f commit e920641Copy full SHA for e920641
1 file changed
.github/workflows/r3g-openwrt.yml
@@ -64,9 +64,9 @@ jobs:
64
git clone $REPO_URL -b $REPO_BRANCH openwrt
65
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
66
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')
+ # - name: SSH connection to Actions
+ # uses: P3TERX/ssh2actions@v1.0.0
+ # if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
70
71
72
- name: Load custom feeds
0 commit comments