Skip to content

Commit

Permalink
[fbsync] ci: Use GITHUB_OUTPUT envvar instead of set-output command (#…
Browse files Browse the repository at this point in the history
…8221)

Reviewed By: vmoens

Differential Revision: D55062773

fbshipit-source-id: 21c5828d07e2bf8068cb64857f0cfd5e305cd00a
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Mar 19, 2024
1 parent 0a5354e commit ecba3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down

0 comments on commit ecba3b9

Please sign in to comment.