学習 / CI/CD Glossary / Action Action - CI/CD用語集の定義 action とは、uses: で参照される再利用可能な自動化の単位です - 例えば actions/checkout です。action は marketplace を通じて共有されます。関連ガイドStep - CI/CD Glossary DefinitionStep: A **step** is a single task in a job - either a shell command (`run:`) or an action (`uses:`). actions/checkout: Usage, Inputs & Common FixesReference for actions/checkout - fetch-depth, submodules, token for private repos, and the fixes for detached… 前へAccess token次へAction (GitHub Actions)