Skip to content

Commit

Permalink
Auto commit: 2024-12-03 01:40:37
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwood168 committed Dec 2, 2024
1 parent 7973d96 commit eac5d84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/monitor_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
# Compare changes between dev and main branches
git diff --name-only origin/main origin/dev > changes.txt
echo "files_changed=$(cat changes.txt)" >> $GITHUB_OUTPUT
changes=$(cat changes.txt | tr '\n' ', ' | sed 's/,$//')
echo "files_changed=$changes" >> $GITHUB_OUTPUT
- name: Install flake8
run: |
Expand Down
1 change: 0 additions & 1 deletion auto_commit.log

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/auto_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s',
handlers=[
logging.FileHandler('auto_commit.log'),
logging.FileHandler('/home/arthur/auto_commit.log'),
logging.StreamHandler()
]
)
Expand Down

0 comments on commit eac5d84

Please sign in to comment.