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 16, 2024
1 parent 9ae4b45 commit 199f0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_from_private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
with:
repository: access-ci-org/ACCESS-SDS
token: ${{ secrets.PAT }}
path: ACCESS-SDS
path: ../ACCESS-SDS

- name: Install rclone
run: |
curl https://rclone.org/install.sh | sudo bash
- name: Sync files
run: |
rclone sync ACCCESS-SDS/ . --exclude='.git/**' --exclude='.github/**' --exclude='README.md'
rm -r ACCESS-SDS
rclone sync ../ACCCESS-SDS/ . --exclude='.git/**' --exclude='.github/**' --exclude='README.md'
rm -r ../ACCESS-SDS
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 199f0f2

Please sign in to comment.