Skip to content

Commit fcf4479

Browse files
committed
dependents: Update vpe.hdrp instead of vpe.assets.hdrp.
1 parent bdbe161 commit fcf4479

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/dependents.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,30 @@ on:
77
- completed
88

99
jobs:
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/[email protected]
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

0 commit comments

Comments
 (0)