Skip to content

Commit

Permalink
build: setup git user in sync branches workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Feb 17, 2023
1 parent 4c78515 commit f8c0bc1
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 f8c0bc1

Please sign in to comment.