mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
branch name is no longer supported in config
This commit is contained in:
parent
1dc802fb08
commit
c5109b7daa
1 changed files with 0 additions and 1 deletions
1
web/.github/workflows/linter.yml
vendored
1
web/.github/workflows/linter.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue