Skip to content

Commit

Permalink
Updated test to use config-git-with-token-action (#4405)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen authored Oct 1, 2024
1 parent 44dcffd commit 05d7b48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
ref: ${{ github.event.workflow_run.head_branch }}
fetch-depth: 0

- name: Config Git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- uses: CatChen/config-git-with-token-action@v1
with:
github-token: ${{ github.token }}

- name: Git checkout base branch
id: git-checkout
Expand Down

0 comments on commit 05d7b48

Please sign in to comment.