We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb3052 commit a740f0eCopy full SHA for a740f0e
.github/workflows/build-size-comparison.yml
@@ -20,6 +20,22 @@ jobs:
20
ref: ${{ github.base_ref }}
21
path: base-branch
22
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
33
34
35
36
+ path: 'base-branch/pro__premium_only'
37
38
39
- name: Setup Node
40
uses: actions/setup-node@v3
41
with:
@@ -104,4 +120,4 @@ jobs:
104
120
path: |
105
121
current-build.zip
106
122
base-build.zip
107
- retention-days: 7
123
+ retention-days: 7
0 commit comments