This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
What are GitHub Actions used for?
To automate software development tasks
To facilitate continuous integration and continuous delivery (CI/CD).
To integrate infrastructure as code within your project's context.
All of these functions.
What are the three types of GitHub actions?
Container actions, JavaScript actions, and composite actions
Embedded actions, composite actions, and container actions
Workflows, triggers, and composite actions
Which of the following actions could not be used as an event trigger (on:)?
(on:)
Making a commit
Opening a new tab in your browser
Merging a branch
Opening an issue
You must answer all questions before checking your work.
Was this page helpful?