We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73551d0 commit 2bfe0f4Copy full SHA for 2bfe0f4
1 file changed
.github/workflows/reuse_setup.yml
@@ -20,5 +20,5 @@ jobs:
20
21
- name: Set user name and email for git
22
run: |
23
- git config --global user.name "$USER_NAME"
24
- git config --global user.email "$EMAIL"
+ git config --global user.name "${{ secrets.USER_NAME }}"
+ git config --global user.email "${{ secrets.EMAIL}}"
0 commit comments