Skip to content

Commit

Permalink
Merge branch 'develop' into fix-offline
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Jul 20, 2023
2 parents e8030c1 + 0a3681d commit fcdbbf0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/package_for_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,11 @@ jobs:
uses: actions/checkout@v3
if: ${{ github.event_name == 'push' }}

- name: Get PR Branch
if: github.event_name == 'issue_comment'
id: comment-branch
uses: yanguoyu/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout for PR
uses: actions/checkout@v3
if: ${{ github.event_name == 'issue_comment' }}
with:
repository: ${{ steps.comment-branch.outputs.head_owner }}/${{ steps.comment-branch.outputs.head_repo }}
ref: ${{ steps.comment-branch.outputs.head_ref }}
ref: refs/pull/${{ github.event.issue.number }}/merge

- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit fcdbbf0

Please sign in to comment.