Skip to content

Commit

Permalink
Update sync-public-with-private.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Feb 11, 2025
1 parent 410012b commit 1b2a16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-public-with-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Sync changes from public ic
run: |
git config --global user.name "IDX GitHub Automation"
git config --global user.email "idx@dfinity.org"
git config --global user.email "<>"
git remote add public https://github.com/dfinity/ic.git
git fetch public master
Expand Down

0 comments on commit 1b2a16b

Please sign in to comment.