Peter Evans Repository Dispatch Versions Save

A GitHub action to create a repository dispatch event

v3.0.0

4 months ago

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.1.2...v3.0.0

v2.1.2

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.1.1...v2.1.2

v2.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.1.0...v2.1.1

v2.1.0

1 year ago

⭐ Input token now defaults to GITHUB_TOKEN. This follows a GitHub update that now allows this default token to be used for dispatch events to the current repository. Please see the readme for further details.

What's Changed

New Contributors

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.0.1...v2.1.0

v2.0.1

1 year ago

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago

What's New

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v1.1.3...v2.0.0

v1.1.3

3 years ago
  • Improved error message for 404 errors. These errors can also be a result of insufficient token permissions.

v1.1.2

3 years ago
  • Dependency updates

v1.1.1

4 years ago
  • Dependency updates

v1.1.0

4 years ago
  • Converted action to Typescript
  • Minor improvements