Skip to content

Commit 4d38fba

Browse files
committed
Now workflow automatically receives username
1 parent 26cde8a commit 4d38fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stats.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Generate SVG file
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
USERNAME: "NF-coder"
39+
USERNAME: ${{ github.actor }}
4040
run: |
4141
python src/main.py
4242

0 commit comments

Comments
 (0)