Skip to content

Commit efc4d5f

Browse files
committed
Fix: Update workflow to push to default branch instead of hardcoded Updates branch
1 parent 5bbd7be commit efc4d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: |
3636
git add daily_activity.log
3737
git commit -m "Daily update: $(date '+%Y-%m-%d')" || echo "No changes to commit"
38-
git push origin Updates
38+
git push
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)