Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on May 5, 2024. It is now read-only.
/actionsPublic archive

A Collection of GitHub Actions

License

NotificationsYou must be signed in to change notification settings

marvinpinto/actions

Repository files navigation

unmaintained

Generating release notes & automatically maintaining releases was much needed when GitHub Actions launched many years ago, but our ecosystem has evolved and there are much better alternatives these days.

For example, thesemantic-release project + their associatedGitHub Action gives you full control over when releases occur, changelog formatting, custom exec scripts, and much more. Another popular option is theaction-gh-release which also allows you to do many of the things this project originally enabled.

Contents

  1. What are GitHub Actions
  2. Actions in this Repository
  3. Development
  4. Debugging
  5. License

What are GitHub Actions

GitHub Actions give you the flexibility to build out automated software development lifecycle workflows directly in your repository. Aside from building your own actions, the framework also allows you to use pre-built actions made by other developers.

This repository is a collection of said actions which you are free to re-use and modify!

Actions in this Repository

Deprecated Actions (Looking for Maintainers)

The following actions are deprecated and no longer actively maintained. We are currently looking for maintainers to take over these projects. If you are interested in contributing or becoming the new maintainer, please check out theGitHub issue here.

  • Keybase Notifications - send GitHub notifications to Keybase Chat channels, teams, and DMs.
  • SSM Build Secrets - inject AWS SSM Parameter Store secrets as environment variables into your GitHub Actions builds.

Development

You will first of all need a recent enough version ofnode as well asyarn. The node version used to build & test this project can be foundhere. Thescripts section under the rootpackage.json is a good place to get started.

yarn installyarn buildyarn lintyarntestyarn lintfix# automatic lint-fixing, during developmentJEST_VERBOSE=yes yarntest# useful for test output debugging

Debugging

If you run into a issue you wish to report, it becomes a lot easier to trace the cause if debug logs are made available. You canenable debug logs in your GitHub repository by setting theACTIONS_STEP_DEBUG secret totrue.

After enabling debug logging you can link to the log in your issue. For private repositories you have the option of including the raw text log, or securely messaging it to me throughkeybase.

License

The source code for this project is released under theMIT License. This project is not associated with GitHub.


[8]ページ先頭

©2009-2025 Movatter.jp