Skip to content

Commit

Permalink
Update the user.name config value
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Feb 22, 2024
1 parent 06fb443 commit 38f6051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tech_radar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Commit the list of changes
run: |
if [ `git ls-files -m | wc -l` -gt 0 ]; then
git config user.name "github-actions[bot]"
git config user.name ${{ github.actor }}
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add public/techRadar/used_languages.md
git add public/techRadar/used_dependencies.md
Expand Down

0 comments on commit 38f6051

Please sign in to comment.