mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
let actions/checkout@v2 select the right reference for push and pull request events (#1042)
This commit is contained in:
parent
4590bd674b
commit
e311cb53ea
1 changed files with 0 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -11,8 +11,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# Make sure the actual branch is checked out when running on pull requests
|
||||
ref: ${{ github.head_ref }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: golangci-lint
|
||||
|
|
Loading…
Reference in a new issue