Skip to content

Commit

Permalink
fix: update image URL format in GitHub Actions workflow for post gene…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
cleissonbarbosa committed Mar 1, 2025
1 parent 747c808 commit d5081a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- File: [${{ needs.generate_post.outputs.post_filename }}](${{github.server_url}}/${{github.repository}}/blob/${{ env.BRANCH_NAME }}/${{ needs.generate_post.outputs.post_filename }})
### Post Image
![${{ needs.generate_post.outputs.post_image }}](${{github.server_url}}/${{github.repository}}/blob/${{ env.BRANCH_NAME }}${{ needs.generate_post.outputs.post_image }})
![${{ needs.generate_post.outputs.post_image }}](https://raw.githubusercontent.com/${{github.repository}}/refs/heads/${{ env.BRANCH_NAME }}/${{ needs.generate_post.outputs.post_image }})
branch: ${{ env.BRANCH_NAME }}
author: "R. Daneel Olivaw <cleissonbarbosa68@gmail.com>"
labels: "ai-generated,new-post"
Expand Down
2 changes: 1 addition & 1 deletion generate_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def generate_image(title, categories, tags, content_preview):
"negative_prompt": "poor quality, low resolution, bad anatomy, text, watermark, signature",
"num_steps": 20,
"guidance": 8.5,
"strength": 0.7,
"strength": 0.75,
"width": 630,
"height": 1200,
}
Expand Down

0 comments on commit d5081a0

Please sign in to comment.