Skip to content

Commit

Permalink
Update find_replace.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
im-deviprakash authored Feb 16, 2024
1 parent 0f5679f commit fa5501a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/find_replace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Find and Replace
run: |
find docs/ -type f -name "*.md" -exec sed -i 's/openapiclient "github.com\/GIT_USER_ID\/GIT_REPO_ID"/xi_sdk_resellers "https:\/\/github.com\/ingrammicro-xvantag\/xi-sdk-resellers-go"/g' {} +
find docs/ -type f -name "*.md" -exec sed -i 's/openapiclient "github.com\/GIT_USER_ID\/GIT_REPO_ID"/xi_sdk_resellers "https:\/\/github.com\/ingrammicro-xvantage\/xi-sdk-resellers-go"/g' {} +
- name: Commit changes
run: |
git config --global user.email "${{ secrets.ADMIN_EMAIL }}"
Expand All @@ -25,4 +25,4 @@ jobs:
git commit -m "Replace openapiclient with Ingrammicroresellerapi"
git push https://${{secrets.WORKFLOW_TOKEN}}@github.com/ingrammicro-xvantage/xi-sdk-resellers-go.git main
fi

0 comments on commit fa5501a

Please sign in to comment.