Skip to content

Commit

Permalink
changes github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed Jan 8, 2024
1 parent 2a7d49c commit 1c806af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync_doc_devportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Set up Git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "RamyEB"
git config --global user.email "ramyelb@gmail.com"
- name: Sync files to the other repository and create Pull Request
env:
Expand All @@ -40,7 +40,7 @@ jobs:
PR_ASSIGN: '{"assignees": ["ramyeb"]}'
run: |
git clone --depth 1 https://${SOURCE_REPO}
git clone --depth 1 https://${DEVELOPER_PORTAL_CI_TOKEN}@${TARGET_REPO}
git clone --depth 1 https://${TARGET_REPO}
PR_BRANCH_NAME=sync-discover-doc-$(date +%s)
cd ${TARGET_REPO_NAME}
Expand All @@ -53,7 +53,7 @@ jobs:
# Push changes
git add ${TARGET_FILE_PATH_1}
git add ${TARGET_FILE_PATH_2}
git commit -m "${PR_COMMIT_MESSAGE}"
git commit -m "${PR_COMMIT_MESSAGE}" || echo "No changes to commit"
git push origin ${PR_BRANCH_NAME}
# Create Pull Request
Expand Down

2 comments on commit 1c806af

@vercel
Copy link

@vercel vercel bot commented on 1c806af Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wallet-api – ./apps/docs

wallet.api.live.ledger.com
wallet-api-ledgerhq.vercel.app
wallet-api-git-main-ledgerhq.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1c806af Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wallet-api-wallet-api-tools – ./apps/wallet-api-tools

wallet-api-wallet-api-tools-ledgerhq.vercel.app
wallet-api-wallet-api-tools-git-main-ledgerhq.vercel.app
wallet-api-wallet-api-tools.vercel.app

Please sign in to comment.