Skip to content

Commit 639fa4b

Browse files
committed
try fully qualified path to workflow
1 parent 4832245 commit 639fa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multi_approvers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
members_path: ${{ steps.download_members.outputs.output-file }}
5050

5151
multi-approvers:
52-
uses: ./.github/workflows/multi-approvers.yml
5352
needs: download_members
53+
uses: 'googleapis/google-auth-library-java/.github/workflows/multi-approvers.yml@multi-approvers'
5454
with:
5555
org-members-path: ${{ needs.download_members.outputs.members_path }}

0 commit comments

Comments
 (0)