Skip to content

Commit 71309a5

Browse files
committed
Merge branch 'Updates'
2 parents 441db85 + efc4d5f commit 71309a5

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)