Practice Questions
Which file format is used to define GitHub Actions workflows?
Which keyword is required to define when a workflow should run?
What is the purpose of GitHub-hosted runners?
How should sensitive values like API keys be stored in GitHub Actions?
What feature allows reuse of workflow logic across repositories?
Which section defines the sequence of commands in a job?