Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed Jan 2, 2024
1 parent acbda4d commit 563e24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
PR_ASSIGN: '{"assignees": ["ramyeb"]}'
run: |
PR_BRANCH_NAME="sync-discover-doc-$(date +%s)"
SOURCE_REPO_URL=https://${SYNC_DEV_PORTAL_TOKEN}@${SOURCE_REPO}"
SOURCE_REPO_URL="https://${SYNC_DEV_PORTAL_TOKEN}@${SOURCE_REPO}"
TARGET_REPO_URL="https://${SYNC_DEV_PORTAL_TOKEN}@${TARGET_REPO}"
git clone --depth 1 $SOURCE_REPO_URL
Expand Down

0 comments on commit 563e24a

Please sign in to comment.