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 dfa8c1c commit 916c57bCopy full SHA for 916c57b
.github/workflows/release.yaml
@@ -32,3 +32,8 @@ jobs:
32
--run-id="${{ github.event.inputs.run_id }}" \
33
--version="${{ github.event.inputs.version }}" \
34
--make-release
35
+ - name: Setup upterm session
36
+ uses: lhotari/action-upterm@v1
37
+ if: ${{ failure() }}
38
+ with:
39
+ limit-access-to-actor: true
0 commit comments