Commit 22cd43a 1 parent 52918ff commit 22cd43a Copy full SHA for 22cd43a
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 38
38
required : true
39
39
type : boolean
40
40
default : true
41
- tmate :
42
- description : " Start tmate session after nixpkgs-review"
41
+ upterm :
42
+ description : " Start upterm session after nixpkgs-review"
43
43
required : true
44
44
type : boolean
45
45
default : false
@@ -138,9 +138,11 @@ jobs:
138
138
ATTIC_SERVER : ${{ vars.ATTIC_SERVER }}
139
139
ATTIC_CACHE : ${{ vars.ATTIC_CACHE }}
140
140
ATTIC_TOKEN : ${{ secrets.ATTIC_TOKEN }}
141
- - name : start tmate session
142
- uses : mxschmitt/action-tmate@v3
143
- if : ${{ inputs.tmate }}
141
+ - name : start upterm session
142
+ if : ${{ inputs.upterm }}
143
+ uses : owenthereal/action-upterm@v1
144
+ with :
145
+ limit-access-to-actor : true
144
146
- name : generate report
145
147
id : report
146
148
run : |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Run [nixpkgs-review](https://github.com/Mic92/nixpkgs-review) in GitHub Actions
7
7
- No local setup
8
8
- Automatically post results on the reviewed pull request
9
9
- Wait for [ upstream evaluation] ( https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/eval.yml ) to finish before running nixpkgs-review
10
- - Optionally start a [ tmate ] ( https://tmate.io / ) session after nixpkgs-review has finished to allow interactive testing/debugging via SSH
10
+ - Optionally start an [ upterm ] ( https://upterm.dev / ) session after nixpkgs-review has finished to allow interactive testing/debugging via SSH
11
11
- Push new packages to an [ attic] ( https://github.com/zhaofengli/attic ) cache
12
12
- Add a "Run nixpkgs-review" shortcut to pull request pages in nixpkgs
13
13
You can’t perform that action at this time.
0 commit comments