Skip to content

Commit 24c216e

Browse files
author
Mauricio Siu
committed
chore: comment out OpenAPI spec commit steps in workflow
- Commented out the steps related to committing the OpenAPI specification in the GitHub Actions workflow to prevent automatic commits. - Adjusted the condition for triggering the website sync based on changes detected in the OpenAPI spec.
1 parent 5c630e7 commit 24c216e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/sync-openapi-docs.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,4 @@ jobs:
7373
repository: dokploy/website
7474
event-type: openapi-updated
7575
client-payload: '{"commit": "${{ github.sha }}", "timestamp": "${{ github.event.head_commit.timestamp }}"}'
76-
continue-on-error: true
77-
78-
- name: Create summary
79-
run: |
80-
echo "## 📊 OpenAPI Generation Summary" >> $GITHUB_STEP_SUMMARY
81-
echo "" >> $GITHUB_STEP_SUMMARY
82-
echo "- **Repository:** \`${{ github.repository }}\`" >> $GITHUB_STEP_SUMMARY
83-
echo "- **Commit:** \`${{ github.sha }}\`" >> $GITHUB_STEP_SUMMARY
84-
echo "- **Trigger:** \`${{ github.event_name }}\`" >> $GITHUB_STEP_SUMMARY
85-
echo "- **Changes:** \`${{ env.HAS_CHANGES }}\`" >> $GITHUB_STEP_SUMMARY
86-
echo "- **Status:** ✅ Success" >> $GITHUB_STEP_SUMMARY
8776

0 commit comments

Comments
 (0)