Skip to content

Commit 42c79e0

Browse files
committed
remove unused outputs from unallowed chgs workflow
1 parent 02bc0f1 commit 42c79e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/triage-unallowed-internal-changes.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
if: github.repository == 'github/docs-internal' && github.event.pull_request.user.login != 'Octomerger'
3131
runs-on: ubuntu-latest
3232
outputs:
33-
notAllowed: ${{ steps.filter.outputs.notAllowed }}
3433
notAllowedSearchSyncLabel: ${{ steps.filter.outputs.notAllowedSearchSyncLabel }}
35-
count: 0
3634
steps:
3735
- name: Get files changed
3836
uses: dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58

0 commit comments

Comments
 (0)