We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ec7dc commit db6b58cCopy full SHA for db6b58c
.github/workflows/tests.yml
@@ -82,7 +82,8 @@ jobs:
82
with:
83
fetch-depth: 0
84
token: ${{ secrets.GH_TOKEN }}
85
- - uses: Embraser01/[email protected]
86
- with:
87
- branch: stable
88
- 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
89
+ git push -f origin stable
0 commit comments