Skip to content

Commit a740f0e

Browse files
try checkout
1 parent efb3052 commit a740f0e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/build-size-comparison.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ jobs:
2020
ref: ${{ github.base_ref }}
2121
path: base-branch
2222

23+
- name: Checkout Premium Repo (Current PR)
24+
uses: actions/checkout@v4
25+
with:
26+
repository: 'bfintal/Stackable-Premium'
27+
ref: 'v3'
28+
path: 'pro__premium_only'
29+
token: '${{ secrets.ACCESS_KEY }}'
30+
31+
- name: Checkout Premium Repo (Base Branch)
32+
uses: actions/checkout@v4
33+
with:
34+
repository: 'bfintal/Stackable-Premium'
35+
ref: 'v3'
36+
path: 'base-branch/pro__premium_only'
37+
token: '${{ secrets.ACCESS_KEY }}'
38+
2339
- name: Setup Node
2440
uses: actions/setup-node@v3
2541
with:
@@ -104,4 +120,4 @@ jobs:
104120
path: |
105121
current-build.zip
106122
base-build.zip
107-
retention-days: 7
123+
retention-days: 7

0 commit comments

Comments
 (0)