1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Merge branch 'master' into fix/account-portal-submodule

This commit is contained in:
José Vte. Calderón 2024-03-27 11:59:50 +01:00 committed by GitHub
commit b3189bbf9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,15 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
fetch-depth: 0
- name: Check account portal commit
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
src:
- packages/account-portal/**
- if: steps.changes.outputs.src == 'true'
name: Check account portal commit
id: get_accountportal_commits
run: |
cd packages/account-portal