Note: GitHub Actions is currently in beta for GitHub AE.
Setting up GitHub CLI
To download or upgrade GitHub CLI, follow the instructions in the GitHub CLI README. To access all of the GitHub Actions-related commands, you must use version 1.9.0 or greater. For more information about GitHub CLI, see the GitHub CLI manual.
GitHub CLI can authenticate using your GitHub account. Before running GitHub CLI commands, you will need to authenticate by running gh auth login. For more information on command line authentication, see "gh auth login."
GitHub CLI commands must be run within the repository that you want to interact with, so you must first navigate to the directory containing the local copy of your repository. Alternatively, you can specify a repository by passing -R HOSTNAME/OWNER/REPOSITORY or --repo HOSTNAME/OWNER/REPOSITORY. Replace HOSTNAME with the name of your enterprise. Replace OWNER with owner of the repository. Replace REPOSITORY with the name of the repository.
Managing GitHub Actions with GitHub CLI
To view all available commands related to GitHub Actions, run gh actions.
For more information on using commands in specific scenarios, see the following procedures:

