Skip to content

Commit

Permalink
Add email
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLinde committed Jul 23, 2024
1 parent 7c5c1ca commit 992ccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Commit and push changes
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
run: |
git config --local user.email "
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "GitHub Actions"
git add ./label_export/annotations.json
git add ./label_export/annotations.csv
Expand Down

0 comments on commit 992ccbf

Please sign in to comment.