File tree Expand file tree Collapse file tree 5 files changed +2
-12
lines changed Expand file tree Collapse file tree 5 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v3
14- with :
15- ref : ${{ github.head_ref }}
1614 - name : Use Node.js 18
1715 uses : actions/setup-node@v3
1816 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15- with :
16- ref : ${{ github.head_ref }}
1715 - name : Use Node.js 18
1816 uses : actions/setup-node@v3
1917 with :
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 preview :
15- if : github.repository_owner == 'citation-file-format'
15+ if : github.repository == 'citation-file-format/cff-initializer-javascript '
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v3
19- with :
20- ref : ${{ github.head_ref }}
2119 - name : Use Node.js 18
2220 uses : actions/setup-node@v3
2321 with :
4644 user_email : ' cffinit[bot]@users.noreply.github.com'
4745 commit_message : ' :robot: Create preview of ${{ env.PUBLICPATH }}'
4846 pr_comment :
49- if : github.event_name == 'pull_request' && github.repository_owner == 'citation-file-format'
47+ if : github.event_name == 'pull_request' && github.repository == 'citation-file-format/cff-initializer-javascript '
5048 needs : preview
5149 runs-on : ubuntu-latest
5250 steps :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v3
13- with :
14- ref : ${{ github.head_ref }}
1513 - name : Use Node.js 18
1614 uses : actions/setup-node@v3
1715 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15- with :
16- ref : ${{ github.head_ref }}
1715 - name : Use Node.js 18
1816 uses : actions/setup-node@v3
1917 with :
You can’t perform that action at this time.
0 commit comments