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 8d89078 commit 25fb206Copy full SHA for 25fb206
.github/workflows/test-pr.yml
@@ -72,6 +72,12 @@ jobs:
72
./test-images.sh $(git rev-parse --short ${{ github.sha }})
73
working-directory: web-apps
74
75
+ - name: Setup upterm session
76
+ uses: owenthereal/action-upterm@v1
77
+ with:
78
+ limit-access-to-actor: true # Restrict to the user who triggered the workflow
79
+ if: always()
80
+
81
- name: Install Helm
82
uses: azure/setup-helm@v4
83
0 commit comments