Skip to content

Commit

Permalink
add event details
Browse files Browse the repository at this point in the history
  • Loading branch information
titswort committed Dec 22, 2023
1 parent aeca583 commit 8db8440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:

jobs:
sync:
env:
GH_TOKEN: ${{ github.token }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -27,5 +25,7 @@ jobs:
git checkout hf/main README.md
- name: Push Updates to Remote
run: |
git config --global user.email "${{ github.event.push.pusher.email }}"
git config --global user.name "${{ github.event.push.pusher.name }}"
git commit -m 'sync space'
git push hf main

0 comments on commit 8db8440

Please sign in to comment.