mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Update lint.yml (#3464)
This commit is contained in:
parent
7a5f320927
commit
5177d6ffd8
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
@ -11,5 +11,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: abaplint
|
||||
uses: abaplint/actions-abaplint@master
|
||||
# GITHUB_TOKEN in forked repositories is read-only
|
||||
# https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
|
||||
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user