Skip to content

Commit

Permalink
swm (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et authored and OpenIM-Robot committed Oct 18, 2024
1 parent 3169820 commit 683b1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-milestone-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Step 7: Create a single pull request to merge the cherry-pick branch into the target branch
- name: Create Pull Request to Target Branch
if: steps.fetch_prs.outputs.prs != "[]"
if: steps.fetch_prs.outputs.prs != '[]'
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 683b1ec

Please sign in to comment.