mastodon-github-action

Use this Action to send a toot (message) from a GitHub actions workflow to Mastodon.

APACHE-2.0 License

Stars
29
Committers
3

Bot releases are hidden (Show)

mastodon-github-action - v2.1.9

Published by cbrgm 18 days ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.9

mastodon-github-action - v2.1.8 Latest Release

Published by cbrgm about 2 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.8

mastodon-github-action - v2.1.7

Published by cbrgm 3 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.7

mastodon-github-action - v2.1.6

Published by cbrgm 3 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.6

mastodon-github-action - v2.1.5

Published by cbrgm 4 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.5

mastodon-github-action - v2.1.4

Published by cbrgm 4 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.4

mastodon-github-action - v2.1.3

Published by cbrgm 4 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.3

mastodon-github-action - v2.1.2

Published by cbrgm 5 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.2

mastodon-github-action - v2.1.1

Published by cbrgm 5 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.1.1

mastodon-github-action - v2.1.0

Published by cbrgm 5 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2.0.6...v2.1.0

mastodon-github-action - v2.0.6

Published by cbrgm 7 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2.0.5...v2.0.6

mastodon-github-action - v2.0.5

Published by cbrgm 7 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2.0.4...v2.0.5

mastodon-github-action - v2.0.4

Published by cbrgm 7 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.0.4

mastodon-github-action - v2.0.3

Published by cbrgm 8 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.0.3

mastodon-github-action - v2.0.2

Published by cbrgm 8 months ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.0.2

mastodon-github-action - v2.0.1

Published by cbrgm 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cbrgm/mastodon-github-action/compare/v2...v2.0.1

mastodon-github-action - v2.0.0

Published by cbrgm 9 months ago

Overview

The Mastodon Send GitHub Action has been upgraded to v2, introducing a suite of enhancements and new features aimed at providing a more versatile and user-friendly experience for automating Mastodon toots via GitHub Actions. Building on the solid foundation of v1, this latest version extends functionality while maintaining ease of use and flexibility in integrating Mastodon into your CI/CD pipelines.

What's New in v2

Extended Input Parameters

  • Enhanced Visibility Control: Alongside the existing public, unlisted, private, and direct visibility options, v2 defaults to public if no visibility is specified, ensuring your messages reach the audience you intend without extra configuration.
  • Sensitive Content Handling: Mark toots as sensitive with the new sensitive input, protecting viewers from potential spoilers or sensitive material.
  • Spoiler Text Addition: Accompany sensitive toots with spoiler-text, providing a content warning that precedes the main message.
  • Language Specification: Define the toot's language with the language input, aiding in content categorization and enhancing accessibility.
  • Scheduled Toots: Plan your communications by scheduling toots for future publication using the scheduled-at input, formatted in ISO 8601 for precision and clarity.

Improved Outputs for Enhanced Integrations

  • Outputs have been expanded to include id, url, and scheduled_at of the posted toot, facilitating further actions or integrations within your workflows.

Container Support

  • v2 can be executed independently within a container, offering greater flexibility for different CI/CD setups: podman run --rm -it ghcr.io/cbrgm/mastodon-github-action:v2 --help.

Go Enhancements

  • The action is now backed by Go

What's Changed

New Contributors

Full Changelog: https://github.com/cbrgm/mastodon-github-action/commits/v2.0.0

mastodon-github-action - v1.0.3

Published by cbrgm almost 2 years ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/commits/v1.0.3

mastodon-github-action - v1.0.2

Published by cbrgm almost 2 years ago

What's Changed

Full Changelog: https://github.com/cbrgm/mastodon-github-action/commits/v1.0.2

mastodon-github-action - v1.0.1

Published by cbrgm almost 2 years ago

  • Fix: private visibility level is now supported.
  • Docs: workflow examples added.

Full Changelog: https://github.com/cbrgm/mastodon-github-action/commits/v1.0.1