Skip to content

Commit

Permalink
Update update_repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SistemaRayoXP authored Dec 13, 2023
1 parent 4087db9 commit 2f77807
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2

- name: Set-up environment
run: |
git config --global user.name "[CI] Alfa"
git config --global user.email "[email protected]"
- name: Start update
run: |
# Updating
Expand Down

0 comments on commit 2f77807

Please sign in to comment.