Skip to content

Commit db6b58c

Browse files
committed
Don't use that action
It's broken.
1 parent d4ec7dc commit db6b58c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
with:
8383
fetch-depth: 0
8484
token: ${{ secrets.GH_TOKEN }}
85-
- uses: Embraser01/[email protected]
86-
with:
87-
branch: stable
88-
githubToken: ${{ secrets.GH_TOKEN }}
85+
- run: |
86+
git config --global user.name "GitHub Actions"
87+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
88+
git fetch . HEAD:stable
89+
git push -f origin stable

0 commit comments

Comments
 (0)