File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,16 +48,16 @@ jobs:
4848 shell : pwsh
4949 run : Invoke-Build -Configuration Release TestFull
5050
51- - name : Start VS Code Tunnel if failed or in debug mode
52- if : ${{ failure() || runner.debug == '1' }}
53- # v0.0.2 - Pinned for security
54- uses : justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
55- with :
56- # All these settings are optional
57- tunnel-name : ' pses-action-tunnel'
58- connection-timeout : 2
59- session-timeout : 30
60- no-cache-cli-auth : true
51+ # - name: Start VS Code Tunnel if failed or in debug mode
52+ # if: ${{ failure() || runner.debug == '1' }}
53+ # #v0.0.2 - Pinned for security
54+ # uses: justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
55+ # with:
56+ # #All these settings are optional
57+ # tunnel-name: 'pses-action-tunnel'
58+ # connection-timeout: 2
59+ # session-timeout: 30
60+ # no-cache-cli-auth: true
6161
6262 - name : Upload build artifacts
6363 if : always()
Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ jobs:
7272 THEMIS_VIM : ${{ steps.vim.outputs.executable }}
7373 run : ./vim-themis/bin/themis ./test/vim-simple-test.vim
7474
75- - name : Start VS Code Tunnel if failed or in debug mode
76- if : ${{ failure() || runner.debug == '1' }}
77- # v0.0.2 - Pinned for security
78- uses : justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
79- with :
80- # All these settings are optional
81- tunnel-name : ' pses-action-tunnel'
82- connection-timeout : 2
83- session-timeout : 30
84- no-cache-cli-auth : true
75+ # - name: Start VS Code Tunnel if failed or in debug mode
76+ # if: ${{ failure() || runner.debug == '1' }}
77+ # #v0.0.2 - Pinned for security
78+ # uses: justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
79+ # with:
80+ # #All these settings are optional
81+ # tunnel-name: 'pses-action-tunnel'
82+ # connection-timeout: 2
83+ # session-timeout: 30
84+ # no-cache-cli-auth: true
You can’t perform that action at this time.
0 commit comments