File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
with :
16
16
ref : ${{ github.head_ref }}
17
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
17
18
- id : commit_author
18
19
run : echo "name=author::$(git show -s --format=%an)" >> $GITHUB_OUTPUT
19
20
26
27
with :
27
28
submodules : true
28
29
ref : ${{ github.head_ref }}
30
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
29
31
token : ${{ secrets.PAT }}
30
32
- uses : ruby/setup-ruby@v1
31
33
with :
36
38
node-version : 18
37
39
- run : bin/generate_files
38
40
- run : git diff --exit-code
39
- - if : failure()
41
+ - if : failure() && github.event.pull_request.head.repo.full_name == 'mtsmfm/language_server-protocol-ruby'
40
42
run : |
41
43
git config user.name "github-actions[bot]"
42
44
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments