Skip to content

Commit

Permalink
Update autoupdate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaSan147 authored Sep 15, 2023
1 parent 11679ff commit 56e11dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
name: autoupdate
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: |
git checkout for_repl
git rebase master
git push <origin> for_repl
git checkout <for_repl>
git rebase main
git push <origin> <for_repl>
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 56e11dd

Please sign in to comment.