Merge a9c4ab8859 into sapling-pr-archive-poteto

This commit is contained in:
lauren
2025-04-16 17:22:51 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@ jobs:
- name: Check access
id: check_access
if: ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}
run: echo "is_member_or_collaborator=true" >> "$GITHUB_OUTPUT"
run: echo "is_member_or_collaborator='true'" >> "$GITHUB_OUTPUT"
check_maintainer:
if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' }}
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Check access
id: check_access
if: ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}
run: echo "is_member_or_collaborator=true" >> "$GITHUB_OUTPUT"
run: echo "is_member_or_collaborator='true'" >> "$GITHUB_OUTPUT"
check_maintainer:
if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' }}
@@ -19,7 +19,7 @@ jobs:
- name: Check access
id: check_access
if: ${{ github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' }}
run: echo "is_member_or_collaborator=true" >> "$GITHUB_OUTPUT"
run: echo "is_member_or_collaborator='true'" >> "$GITHUB_OUTPUT"
check_maintainer:
if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' }}