Skip to content

Github Action to report (on comment or commit status) links to artifacts. Managed by the Sensei team.

Notifications You must be signed in to change notification settings

Automattic/github-action-report-artifact

Repository files navigation

Github Action Report Artifact

This Github Action is developed to get the data related to an artifact in a previous workflow. The idea is that, after using @actions/upload-artifact@v2 to upload an artifact in a workflow, you trigger another workflow using on: workflow_run which then includes this action, and then you can do different things:

  • Get the artifact ID and artifact URL as an output to use it in another action;
  • Comment on the PR with the link to download the artifact;
  • Adding a commit status to easily download the artifact;

More documentation will be added soon. Stay tuned!

About

Github Action to report (on comment or commit status) links to artifacts. Managed by the Sensei team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published