Skip to content

fix: Action example pin (@v1 doesn't exist) + Marketplace-blocking action.yml description#15

Merged
raccioly merged 2 commits into
mainfrom
fix/action-pin-and-marketplace
Jul 5, 2026
Merged

fix: Action example pin (@v1 doesn't exist) + Marketplace-blocking action.yml description#15
raccioly merged 2 commits into
mainfrom
fix/action-pin-and-marketplace

Conversation

@raccioly

@raccioly raccioly commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Two small fixes, both needed to get the Action listed on the GitHub Marketplace:

  1. README Action snippet used raccioly/websec-validator@v1, but no v1 tag exists (project is pre-1.0) — anyone copying the example got unable to resolve action. Now pins to @v0.10.0 (bump at each release, or adopt a moving v0 tag later).
  2. action.yml description was 138 chars — GitHub's Marketplace validator hard-rejects anything ≥125, which currently blocks publishing the Action (verified live on the release-edit page: name/icon/color/README all pass, only the description fails). Now 116 chars.

After this merges, checking "Publish this Action to the GitHub Marketplace" on the v0.10.0 release validates cleanly.

🤖 Generated with Claude Code

raccioly and others added 2 commits July 5, 2026 15:15
The README referenced raccioly/websec-validator@v1, but no v1 tag exists
(the project is pre-1.0), so the copy-paste example failed with
'unable to resolve action'. Pin to the latest release tag instead.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…limit

The Marketplace validator rejects the current 138-char description, which
blocks listing the Action. 116 chars now.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@raccioly raccioly changed the title docs: fix Action example — @v1 tag doesn't exist, pin to @v0.10.0 fix: Action example pin (@v1 doesn't exist) + Marketplace-blocking action.yml description Jul 5, 2026
@raccioly raccioly merged commit f335020 into main Jul 5, 2026
3 checks passed
@raccioly raccioly deleted the fix/action-pin-and-marketplace branch July 7, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant