Execute GitHub Actions (act) stage in ci/cd automation workflow.
Authentication
- Step 1 Export required environment variables: GITHUB_TOKEN
act login
Authenticate with CI/CD provider
act status
Check current pipeline status
Workflow Detail
Validate pipeline config, trigger runs, and inspect deployment logs.
Execute GitHub Actions (act) stage in ci/cd automation workflow.
Authentication
act login
Authenticate with CI/CD provider
act status
Check current pipeline status
Execute CircleCI CLI stage in ci/cd automation workflow.
Authentication
circleci login
Authenticate with CI/CD provider
circleci status
Check current pipeline status
Execute Jenkins CLI stage in ci/cd automation workflow.
Authentication
jenkins-cli login
Authenticate with CI/CD provider
jenkins-cli status
Check current pipeline status
Execute GitLab CI Local stage in ci/cd automation workflow.
Authentication
gitlab-ci-local login
Authenticate with CI/CD provider
gitlab-ci-local status
Check current pipeline status