Skip to content

Commit

Permalink
server: improve testmerge worker 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Oct 6, 2024
1 parent d758b35 commit f44fb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ jobs:
git push -f origin ${{ env.TESTMERGE_BRANCH }}
# Output the list of merged PRs
echo "${MERGED_PRS[*]}"
echo "merged_prs=${MERGED_PRS[*]}" >> $GITHUB_OUTPUT
echo "${MERGED_PRS[@]}"
echo "merged_prs=${MERGED_PRS[@]}" >> $GITHUB_OUTPUT
- name: Comment on merged PRs
uses: actions/github-script@v7
Expand Down

0 comments on commit f44fb5e

Please sign in to comment.