No description
Find a file
2026-08-10 11:31:28 -03:00
action.yaml first commit 2026-08-10 11:31:28 -03:00
README.md first commit 2026-08-10 11:31:28 -03:00

Sanitize Registry

Sanitiza a URL do servidor Forgejo extraindo apenas o host (remove o protocolo http:// ou https:// e eventuais barras ao final).

Como usar?

- name: Sanitizar registro
  uses: actions/sanitize-registry@v1

Saídas (Outputs)

  • registry_url: o host sanitizado do registro.