Skip to content

Commit

Permalink
github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
xvyaward committed Jun 20, 2023
1 parent 7bd4145 commit e678a4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2
- name: modify README file
run: sed '2 i\ \n### Currently our original code is available at [xvyaward/owq](https://github.com/xvyaward/owq).\n' README.md -i
- name: remove .git
run: rm -r .git && rm -r .github
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
Expand Down

0 comments on commit e678a4c

Please sign in to comment.