Skip to content

Commit

Permalink
update github user on main
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimiGitHub committed Nov 28, 2023
1 parent 34b2441 commit e3472d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export-codelab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Push updates to codelabs repo
run: |
cd main
git config user.name SollyBot
git config user.name solacecommunity-bot
git config user.email [email protected]
git add codelabs/.
git commit -m "Adding ${{env.CHANGED_CODELABS}} html files"
Expand Down

1 comment on commit e3472d6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.