From c45684605ca46a0c8fe6bddbb89aca84397a3faa Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Sun, 26 Apr 2020 23:22:24 +0200 Subject: [PATCH] Add example config option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7682211..669777e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ jobs: with: # Push back to the same branch that was checked out branch: ${{ github.head_ref }} + # This part is also where you can pass other options, for example: + prettier_options: --write **/*.{js,md} ``` More documentation for writing a workflow can be found [here](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions).