We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d698979 commit fda0d65Copy full SHA for fda0d65
.github/workflows/deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
name: build-artifact
56
57
- name: Configure Git User
58
- run:
+ run: |
59
git config --global user.name "${GITHUB_ACTOR}"
60
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
61
0 commit comments