File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 7
7
- completed
8
8
9
9
jobs :
10
- vpe-assets- hdrp :
10
+ vpe-hdrp :
11
11
runs-on : ubuntu-latest
12
12
if : ${{ github.event.workflow_run.conclusion == 'success' }}
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - name : Checkout vpe.assets
15
+ uses : actions/checkout@v2
15
16
with :
16
- path : VisualPinball.AssetLibrary
17
- - name : Checkout VisualPinball.Unity.AssetLibrary.Hdrp
17
+ path : VisualPinball.Unity. AssetLibrary
18
+ - name : Checkout vpe.hdrp
18
19
uses : actions/checkout@v2
19
20
with :
20
- repository : VisualPinball/VisualPinball.Unity.AssetLibrary. Hdrp
21
- path : VisualPinball.Unity.AssetLibrary. Hdrp
21
+ repository : VisualPinball/VisualPinball.Unity.Hdrp
22
+ path : VisualPinball.Unity.Hdrp
22
23
token : ${{ secrets.GH_PAT }}
23
24
- name : Update Dependent
24
25
id : updateDependent
25
26
uses :
VisualPinball/[email protected]
26
27
with :
27
- source : VisualPinball.AssetLibrary
28
- dependent : VisualPinball.Unity.AssetLibrary. Hdrp
28
+ source : VisualPinball.Unity. AssetLibrary
29
+ dependent : VisualPinball.Unity.Hdrp
29
30
- name : Commit
30
31
if : ${{ steps.updateDependent.outputs.isBump == 'true' }}
31
32
run : |
32
- cd VisualPinball.Unity.AssetLibrary. Hdrp
33
+ cd VisualPinball.Unity.Hdrp
33
34
git config user.name "github-actions"
34
35
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
35
36
git add package.json
You can’t perform that action at this time.
0 commit comments