Skip to content

GitHub Actions logs can now be deleted

Anybody with write access to the repo will be able to delete the logs just clicking a button in the workflow run page. The metadata about the workflow run will be still available (jobs, steps and their statuses), however, the log content will no longer be available.

We are also shipping an API if you want to automate log deletion.

For questions, visit the GitHub Actions community

We have released a new version of the GitHub Actions runner.

Features

  • Better telemetry and tracing for self-hosted runners (#405)
  • Workaround some SIP limitations in macOS (#416)
  • Support for custom labels (#414, #425)
  • Support the pre execution section in action.yml (#389)

Bugs

  • ArgumentNullException: Value cannot be null, for anonymous volume mounts (#426)

Learn more about GitHub Actions self-hosted runners

For questions please visit the GitHub Actions community forum

See more