Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
xvyaward committed Jun 19, 2023
1 parent 3fd7c2f commit 04ee95b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Copy ./ to ./temp using rsync (to exclude README.md)
run: apk add rsync && rsync -arv --exclude="README.md" ./ ./temp/
- name: rm README.md (to exclude README.md)
run: rm README.md
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: './temp/'
source-directory: './'
destination-github-username: 'ECoLab-POSTECH'
destination-repository-name: 'OWQ'
user-email: [email protected]
Expand Down

0 comments on commit 04ee95b

Please sign in to comment.