Skip to content

Commit

Permalink
[skip ci] fix canary 2
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Nov 29, 2024
1 parent c8d81f9 commit 11593ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- name: Merge all branches into develop locally
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git fetch origin '+refs/heads/*:refs/remotes/origin/*'
$response = curl -s https://api.github.com/repos/DGP-Studio/Snap.Hutao/pulls?state=open
$refs = $response | ConvertFrom-Json | Where-Object { $_.draft -eq $false } | ForEach-Object { $_.head.ref }
Expand Down

0 comments on commit 11593ae

Please sign in to comment.