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 dcff492 commit 3fd7c2f
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: modify README.md
run: sed '2 i\ \n### Currently our original code is available at [xvyaward/owq](https://github.com/xvyaward/owq).\n' README.md -i
- name: Copy ./ to ./temp using rsync (to exclude README.md)
run: apk add rsync && rsync -arv --exclude="README.md" ./ ./temp/
- 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: './'
source-directory: './temp/'
destination-github-username: 'ECoLab-POSTECH'
destination-repository-name: 'OWQ'
user-email: [email protected]
Expand Down

0 comments on commit 3fd7c2f

Please sign in to comment.