Skip to content

Commit

Permalink
build: setup git user in sync branches workflow (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Feb 20, 2023
1 parent 2ded1e3 commit 1a22367
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-alpha-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Node
- name: Setup Git User
uses: fregante/setup-git-user@v1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 18
Expand Down

0 comments on commit 1a22367

Please sign in to comment.