Skip to content

Commit d347337

Browse files
committed
abab
1 parent 425fa88 commit d347337

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/console.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
test:
7+
Console:
88
runs-on: ubuntu-latest
99
permissions:
1010
contents: write # To push a branch
@@ -14,6 +14,12 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
ref: gh-pages
17+
fetch-depth: 0
18+
19+
- name: Set git user
20+
run: |
21+
git config --local user.name "GitHub Action"
22+
git config --local user.email "actions-user@users.noreply.github.com"
1723
1824
- name: Setup tmate session
1925
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)