Skip to content

Commit 2bfe0f4

Browse files
committed
ci: update
1 parent 73551d0 commit 2bfe0f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reuse_setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020

2121
- name: Set user name and email for git
2222
run: |
23-
git config --global user.name "$USER_NAME"
24-
git config --global user.email "$EMAIL"
23+
git config --global user.name "${{ secrets.USER_NAME }}"
24+
git config --global user.email "${{ secrets.EMAIL}}"

0 commit comments

Comments
 (0)