You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: action.yml
+6
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ inputs:
22
22
23
23
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
24
24
default: ${{ github.token }}
25
+
configure-user:
26
+
description: >
27
+
Whether to configure user.name and user.email in the local git config.
28
+
This is required to push a commit from a Github Action Workflow.
29
+
Set to `false` to disable the config.
30
+
default: true
25
31
ssh-key:
26
32
description: >
27
33
SSH key used to fetch the repository. The SSH key is configured with the local
0 commit comments