Skip to content

Commit c9b374f

Browse files
committed
pass down extensions env var to validation step
1 parent ce487dd commit c9b374f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
REPOSITORY: ${{ github.repository }}
38+
EXTENSIONS: ${{ env.EXTENSIONS }}
3839
with:
3940
script: |
4041
const script = require('./scripts/publish-extensions.js');

0 commit comments

Comments
 (0)