Skip to content

Commit

Permalink
evomi.com
Browse files Browse the repository at this point in the history
  • Loading branch information
evomi-admin committed Jul 14, 2024
1 parent b456594 commit cfdc7ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Bump Repository

on:
schedule:
- cron: '0 0 */3 * *'
workflow_dispatch:
- cron: '0 0 */3 * *' # Runs every 3 days at midnight
workflow_dispatch: # Allows manual trigger

jobs:
bump-repo:
Expand All @@ -20,4 +20,4 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git commit --allow-empty -m "evomi.com"
git push "https://${GH_TOKEN}@github.com/${{ github.repository }}.git"
git push "https://${{ env.GH_TOKEN }}@github.com/${{ github.repository }}.git"

0 comments on commit cfdc7ae

Please sign in to comment.