Skip to content

Commit 7e33d43

Browse files
committed
Send stuff to $GITHUB_OUTPUT
1 parent 55fe7b2 commit 7e33d43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/closed_pull_request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- run: |
21-
perl .github/bin/labeler ${{ github.event.number }} remove >> closed-pr.out.txt
22-
perl .github/bin/labeler ${{ github.event.number }} add 'Status: accepted' >> closed-pr.out.txt
23-
cat closed-pr.out.txt
21+
perl .github/bin/labeler ${{ github.event.number }} remove >> $GITHUB_OUTPUT
22+
perl .github/bin/labeler ${{ github.event.number }} add 'Status: accepted' >> $GITHUB_OUTPUT
2423
rejected:
2524
if: github.event.pull_request.merged == false
2625
environment: housekeeping

0 commit comments

Comments
 (0)