Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Jul 6, 2024
1 parent 6a0f643 commit 5966fc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: dev
# with:
# ref: dev

- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Create commits
run: |
git config user.name 'shijl0925'
git config user.email '18221510672@139.com'
git config user.name 'github-actions[bot]'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add -A
git commit -m "Add untracked file during workflow"
Expand Down

0 comments on commit 5966fc2

Please sign in to comment.