branch name is no longer supported in config

This commit is contained in:
Gabe Kangas 2021-04-19 10:01:10 -07:00 committed by GitHub
parent 1dc802fb08
commit c5109b7daa

View file

@ -21,7 +21,6 @@ jobs:
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,tsx,jsx,css,scss}
branch: ${{ github.ref }}
only_changed: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}