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.
You need to create a custom GitHub Action written in Ruby. Which action type would you choose?
JavaScript action
Run step
Docker container action
Bash script
Which keywords are required for a valid action.yml file?
action.yml
name, runs, composite
name
runs
composite
name, runs, description
description
name, description, branding
branding
name, description, composite
Which workflow command would set the debug message to This is an error message?
echo::error::This is an error message
echo error=This is an error message
echo::error::message=This is an error message
echo::error::This is an error message::
Which file is used to define a composite action?
Dockerfile
workflow.yml
package.json
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?