Skip to content

Commit

Permalink
2024-01-19 nightly release (660868b)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Jan 19, 2024
1 parent a383ef4 commit 3fcb635
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 3fcb635

Please sign in to comment.