Skip to content

Commit 1227231

Browse files
committed
fix: add missing newlines at end of workflow files
This fixes YAML parsing errors that caused workflow failures
1 parent a514355 commit 1227231

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/integrate-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ EOF
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 }}

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ EOF
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

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)