# アクションの作成と公開

独自のアクションを作成したり、 GitHub コミュニティによって共有されるアクションを使用してカスタマイズしたり、作成したアクションを記述して共有したりできます。

## Links

* [カスタム アクションの管理](/ja/enterprise-server@3.22/actions/how-tos/create-and-publish-actions/manage-custom-actions)

  独自のアクションを作成および管理し、 GitHub コミュニティによって共有されるアクションをカスタマイズする方法について説明します。

* [/create-a-cli-action](/ja/enterprise-server@3.22/create-a-cli-action)

* [アクションの終了コードの設定](/ja/enterprise-server@3.22/actions/how-tos/create-and-publish-actions/set-exit-codes)

  終了コードを使って、アクションのステータスを設定できます。
  GitHub は、成功または失敗したアクションを示す状態を表示します。

* [/publish-in-github-marketplace](/ja/enterprise-server@3.22/publish-in-github-marketplace)

* [アクションのリリースと管理](/ja/enterprise-server@3.22/actions/how-tos/create-and-publish-actions/release-and-maintain-actions)

  自動化とオープンソースのベスト プラクティスを活用して、アクションを解放および維持できます。

* [変更不可リリースとタグを使ったアクションのリリース管理](/ja/enterprise-server@3.22/actions/how-tos/create-and-publish-actions/using-immutable-releases-and-tags-to-manage-your-actions-releases)

  GitHub の変更不可リリースと Git タグを組み合わせてアクションのリリースを管理する方法について説明します。