Skip to content

Commit

Permalink
调整merge请求提出者为github action bot
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenPotato137 committed Nov 23, 2024
1 parent e8b8159 commit cfc390c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-stackblitz-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- name: Create pull request
uses: actions/github-script@v7
with:
github-token: ${{ secrets.REPOSITORY_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.pulls.create({
owner: 'github-actions',
owner: context.repo.owner,
repo: context.repo.repo,
title: 'Merge stackblitz branch to main',
head: 'stackblitz-pr',
Expand Down

0 comments on commit cfc390c

Please sign in to comment.