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 77 - completed
88
99jobs :
10- vpe-assets- hdrp :
10+ vpe-hdrp :
1111 runs-on : ubuntu-latest
1212 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1313 steps :
14- - uses : actions/checkout@v2
14+ - name : Checkout vpe.assets
15+ uses : actions/checkout@v2
1516 with :
16- path : VisualPinball.AssetLibrary
17- - name : Checkout VisualPinball.Unity.AssetLibrary.Hdrp
17+ path : VisualPinball.Unity. AssetLibrary
18+ - name : Checkout vpe.hdrp
1819 uses : actions/checkout@v2
1920 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
2223 token : ${{ secrets.GH_PAT }}
2324 - name : Update Dependent
2425 id : updateDependent
2526 uses : VisualPinball/update-dependent-action@v0.1.0
2627 with :
27- source : VisualPinball.AssetLibrary
28- dependent : VisualPinball.Unity.AssetLibrary. Hdrp
28+ source : VisualPinball.Unity. AssetLibrary
29+ dependent : VisualPinball.Unity.Hdrp
2930 - name : Commit
3031 if : ${{ steps.updateDependent.outputs.isBump == 'true' }}
3132 run : |
32- cd VisualPinball.Unity.AssetLibrary. Hdrp
33+ cd VisualPinball.Unity.Hdrp
3334 git config user.name "github-actions"
3435 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3536 git add package.json
You can’t perform that action at this time.
0 commit comments