upload-link
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
4 месяца назад
README.md
Upload Link to GitVerse Action
A lightweight GitVerse Action to upload a link to your workflow run — perfect for sharing build outputs, preview URLs, documentation, or any relevant resource directly in your CI/CD context.
Use this action to attach meaningful links (e.g., preview URLs, dashboards, logs) to your GitVerse Actions run for better traceability and collaboration.
🌟 Features
- ✅ Upload any URL with an optional name and description
- 🔐 Secure: uses GitVerse token for authentication
- 🌍 Supports self-hosted GitVerse instances via custom API URLs
- ⚠️ Optional insecure mode for self-signed certificates (use with care)
- 📤 Exposes
output for further automationlink_id - 💬 Improve workflow transparency with rich link annotations
🔐 Security Notes
- Always store your
as a secret in your repository.GITVERSE_TOKEN - Avoid enabling
in production environments.insecure: true - Ensure the token has minimal required permissions.
⚠️ Input Length Limits
To ensure compatibility with GitVerse API constraints, the following maximum lengths apply:
| Input | Max Length | Note |
|---|---|---|
| 2000 characters | Standard URL length limit. Ensure your URLs are properly encoded. |
| 250 characters | Display name will be trimmed if longer. |
| 1000 characters | Supports plain text only — no Markdown or HTML. |
🚀 Quick Start
Add this step to your GitVerse Actions workflow: