Skip to content

removed npm from readme #158

removed npm from readme

removed npm from readme #158

Workflow file for this run

# .github/workflows/git-sync.yml
on: push
jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "p2-inc/idp-wizard"
source_branch: "main"
destination_repo: "plotly/idp-wizard"
destination_branch: "main"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}