Skip to content

Commit

Permalink
Don't use that action
Browse files Browse the repository at this point in the history
It's broken.
  • Loading branch information
pluma4345 committed May 15, 2024
1 parent d4ec7dc commit db6b58c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- uses: Embraser01/update-git-branch-action@v1.0.0
with:
branch: stable
githubToken: ${{ secrets.GH_TOKEN }}
- run: |
git config --global user.name "GitHub Actions"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git fetch . HEAD:stable
git push -f origin stable

0 comments on commit db6b58c

Please sign in to comment.