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 187a333 commit 93ac677Copy full SHA for 93ac677
.github/workflows/test-tag.yml
@@ -220,6 +220,9 @@ jobs:
220
- name: Push to GitHub Pages
221
run: |
222
cd gh-pages
223
+ git config user.name "github-actions[bot]"
224
+ git config user.email "github-actions[bot]@users.noreply.github.com"
225
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
226
git add .
227
git commit -m "Deploy coverage: ${{ steps.meta.outputs.folder }}"
228
git push origin gh-pages
0 commit comments