Skip to content

Commit 8e59c59

Browse files
authored
Revert "chore: add step to download members.json (#1633)" (#1634)
This reverts commit 48d14e0.
1 parent f4525aa commit 8e59c59

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/multi_approvers.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ concurrency:
2626

2727
jobs:
2828
multi-approvers:
29-
steps:
30-
- name: Download members.json
31-
run: |
32-
mkdir -p .github/workflows
33-
wget https://raw.githubusercontent.com/googleapis/google-auth-library-java/refs/heads/main/.github/workflows/members.json -O .github/workflows/members.json
34-
35-
- uses: 'abcxyz/pkg/.github/workflows/multi-approvers.yml@main'
36-
with:
37-
org-members-path: '.github/workflows/members.json'
29+
uses: 'abcxyz/pkg/.github/workflows/multi-approvers.yml@main'
30+
with:
31+
org-members-path: '.github/workflows/members.json'

0 commit comments

Comments
 (0)