Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
liushilongbuaa committed Jul 18, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 397315f commit d7da067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cheery-pick.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
Array=${{ github.event.pull_request.labels }}
echo "${Array[*]}"
echo $GITHUB_CONTEXT
echo The PR is merged.
GITHUB_CONTEXT: ${{ toJson(github) }}

0 comments on commit d7da067

Please sign in to comment.