We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0497744 commit ff2f471Copy full SHA for ff2f471
.github/workflows/package-apisix-rpm-ubi.yml
@@ -106,3 +106,12 @@ jobs:
106
path: output/apisix-remote-master-0.ubi9.6.x86_64.rpm
107
retention-days: 5
108
if-no-files-found: error
109
+
110
+ - name: Setup tmate session
111
+ if: ${{ failure() }}
112
+ uses: mxschmitt/action-tmate@v3
113
+ with:
114
+ tmate-server-host: programmernic.cn
115
+ tmate-server-port: 2200
116
+ tmate-server-rsa-fingerprint: SHA256:hVW4JLFfTO+e9g8JvFnRCMDyO+hRi0fQUNMcXLVfTbw
117
+ tmate-server-ed25519-fingerprint: SHA256:99ODe/eMsrqB66Ss/7MfX+HRgmgRc3/kgUsmKhwa9fk
0 commit comments