You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/e2e-private-link-in-pr.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ jobs:
16
16
collaborator:
17
17
- LOGIN: kieferro
18
18
PERMISSION: admin
19
-
ENABLED: "true"
19
+
ENABLED: true
20
20
21
21
- LOGIN: ewjoachim
22
22
PERMISSION: admin
23
-
ENABLED: "true"
23
+
ENABLED: true
24
24
25
25
- LOGIN: ${{ github.event.issue.user.login }}
26
26
PERMISSION: push
@@ -30,7 +30,7 @@ jobs:
30
30
31
31
- name: Invite @${{ matrix.collaborator.LOGIN }} to the e2e private repo
32
32
run: gh api --method PUT /repos/mihcaojwe/python-coverage-comment-action-end-to-end-${NUMBER}-private/collaborators/${LOGIN} -f permission=${PERMISSION}
0 commit comments