Unverified Commit 660868b1 authored by Arun Sathiya's avatar Arun Sathiya Committed by GitHub
Browse files

ci: Use GITHUB_OUTPUT envvar instead of set-output command (#8221)

parent 6a9b5492
......@@ -21,7 +21,7 @@ jobs:
- name: Process commit and find merger responsible for labeling
id: commit
run: echo "::set-output name=merger::$(python .github/process_commit.py ${{ github.sha }})"
run: echo "merger=$(python .github/process_commit.py ${{ github.sha }})" >> $GITHUB_OUTPUT
- name: Ping merger responsible for labeling if necessary
if: ${{ steps.commit.outputs.merger != '' }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment