Question 085
### What is the purpose of the `with` keyword in a GitHub Actions workflow?
> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswith
1. [ ] To define environment variables
1. [x] To specify input parameters for an action
1. [ ] To set up dependencies
1. [ ] To trigger another workflow