name: Update Repository JSON on: push: branches: - main paths: - 'packages/**' jobs: update-repo-json: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: token: ${{ secrets.PAT }} - name: Set up Python uses: actions/setup-python@v2 with: python-version: '3.x' - name: Update repo.json run: | python - <