Skip to content

Commit fda0d65

Browse files
committed
fix: missing pipe in configure git user step
1 parent d698979 commit fda0d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: build-artifact
5656

5757
- name: Configure Git User
58-
run:
58+
run: |
5959
git config --global user.name "${GITHUB_ACTOR}"
6060
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
6161

0 commit comments

Comments
 (0)