diff --git a/.github/workflows/find_replace.yml b/.github/workflows/find_replace.yml index 61fc908..e9865eb 100644 --- a/.github/workflows/find_replace.yml +++ b/.github/workflows/find_replace.yml @@ -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 }}" @@ -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 - \ No newline at end of file +