Skip to content

Commit

Permalink
fix: remove archiving of the repo in sync-push job
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed May 7, 2024
1 parent b839c6d commit f469f88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sync_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
fetch-depth: 0
lfs: true

- name: Save repo
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: repo-archive
path: '.'

# Initial action can be found here: https://github.com/wei/git-sync
# The issue is that it does not handle LFS files when pushing, so we had to fork it and
# add the feature
Expand Down

0 comments on commit f469f88

Please sign in to comment.