Skip to content

Commit

Permalink
Master 1 (#12)
Browse files Browse the repository at this point in the history
* draft

* test
  • Loading branch information
liushilongbuaa authored Jul 18, 2022
1 parent 1494832 commit fc53f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cheery-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ github.event.pull_request.labels }}
Array = ${{ github.event.pull_request.labels }}
echo "${Array[*]}"
echo The PR is merged.

0 comments on commit fc53f50

Please sign in to comment.