File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,4 +154,4 @@ jobs:
154154
155155 echo "✅ Updated PR #${PR_NUMBER} with ${COMMIT_COUNT} new commits"
156156 env :
157- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
157+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 259259 gh pr edit $PR_NUMBER \
260260 --add-label "needs-review"
261261 env :
262- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
262+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 182182 echo "${{ steps.publish.outputs.published_packages }}" >> $GITHUB_STEP_SUMMARY
183183 echo "" >> $GITHUB_STEP_SUMMARY
184184 echo "### 🔗 View Release" >> $GITHUB_STEP_SUMMARY
185- echo "[GitHub Release](https://github.com/${{ github.repository }}/releases/tag/${{ steps.tag-info.outputs.tag }})" >> $GITHUB_STEP_SUMMARY
185+ echo "[GitHub Release](https://github.com/${{ github.repository }}/releases/tag/${{ steps.tag-info.outputs.tag }})" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change @@ -244,4 +244,4 @@ jobs:
244244 echo "" >> $GITHUB_STEP_SUMMARY
245245 echo "### 🔄 Sync PRs Created" >> $GITHUB_STEP_SUMMARY
246246 echo "- PR to develop branch" >> $GITHUB_STEP_SUMMARY
247- echo "- PR to staging branch" >> $GITHUB_STEP_SUMMARY
247+ echo "- PR to staging branch" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments