Skip to content

Commit

Permalink
Update mirror2vercel-cdxy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mihajlo-cdxy committed Jun 11, 2024
1 parent dd4190a commit 2272fdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mirror2vercel-cdxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ permissions:
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Sync
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 2272fdb

Please sign in to comment.