chore: update flake inputs 2025-12-12 #7

Merged
pazpi merged 2 commits from auto-update/2025-12-12 into master 2025-12-13 17:03:58 +01:00
Showing only changes of commit 106b1426c0 - Show all commits

View file

@ -228,7 +228,7 @@ jobs:
FAILED_HOSTS="\n- (Unable to determine failed hosts - check workflow logs)" FAILED_HOSTS="\n- (Unable to determine failed hosts - check workflow logs)"
fi fi
ISSUE_BODY="Weekly flake update failed to build some hosts.\n\n**Branch:** \`${{ needs.prepare.outputs.branch_name }}\`\n**Run:** ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\n\n**Failed hosts:**$FAILED_HOSTS\n$FAILURE_DETAILS\n\nGenerated on: $(date -Iseconds)" ISSUE_BODY="Weekly flake update failed to build some hosts.\n\n**Branch:** \`${{ needs.prepare.outputs.branch_name }}\`\n**Run:** ${{ forge.api_url }}/${{ api_url.repository }}/actions/runs/${{ api_url.run_id }}\n\n**Failed hosts:**$FAILED_HOSTS\n$FAILURE_DETAILS\n\nGenerated on: $(date -Iseconds)"
curl -X POST \ curl -X POST \
-H "Authorization: token $FORGEJO_TOKEN" \ -H "Authorization: token $FORGEJO_TOKEN" \
@ -237,7 +237,7 @@ jobs:
\"title\": \"Build failure: weekly flake update $(date +%Y-%m-%d)\", \"title\": \"Build failure: weekly flake update $(date +%Y-%m-%d)\",
\"body\": \"$ISSUE_BODY\" \"body\": \"$ISSUE_BODY\"
}" \ }" \
"${{ github.server_url }}/api/v1/repos/${{ github.repository }}/issues" "${{ api_url.server_url }}/api/v1/repos/${{ api_url.repository }}/issues"
- name: Cleanup - name: Cleanup
if: always() if: always()