Skip to content

Commit

Permalink
Update update-structure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 authored Oct 22, 2024
1 parent 1c51251 commit b297d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Commit and push if changed
run: |
git config --local user.email "119779889+UTSAVS26@users.noreply.github.com"
git config --local user.name "UTSAVS26"
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config --local user.name "$GITHUB_ACTOR"
git add .
git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push)

0 comments on commit b297d4a

Please sign in to comment.