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 04ee95b commit 7bd4145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: rm README.md (to exclude README.md)
run: rm README.md
- 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: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
Expand Down

0 comments on commit 7bd4145

Please sign in to comment.