Skip to content

Commit

Permalink
Update update_from_private.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandesh-L authored Jul 15, 2024
1 parent 878ef62 commit 865b22f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update_from_private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:

- name: Clone private repo
run: |
git clone https://sandesh-l:${{ secrets.PAT }}@github.com/access-ci-org/ACCESS-SDS.git private-repo
git clone https://sandesh-l:${{ secrets.PAT }}@github.com/access-ci-org/ACCESS-SDS.git
env:
GIT_TERMINAL_PROMPT: 0

- name: Sync files
run: |
rsync -av --exclude='.git' --exclude='.github' .
rsync -av --exclude='.git' --exclude='.github' /ACCESS-SDS .
rm -r ACCESS-SDS
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 865b22f

Please sign in to comment.