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 1a52a2a commit 97f46ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_from_private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

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

0 comments on commit 97f46ee

Please sign in to comment.