Skip to content

Commit

Permalink
GH CLI sync
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
  • Loading branch information
tsebastiani committed Jan 24, 2024
1 parent 93d2675 commit dcfc1d3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Sync with GH CLI
env:
GH_TOKEN: ${{ github.token }}
run: |
git remote add upstream https://github.com/krkn-chaos/krkn-hub.git
git fetch upstream
git checkout main
git rebase upstream/main
git push origin +main
gh repo sync redhat-chaos/krkn-hub -b main

0 comments on commit dcfc1d3

Please sign in to comment.