Skip to content

Commit

Permalink
Update sync-branches.yml fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala authored Oct 20, 2023
1 parent 0f0646e commit a5d18b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Sync `stage-fork` with `stage-live`
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
git pull --all
git log -n 5 --oneline > commit_history.txt
cat commit_history.txt
git checkout stage-live
Expand Down

0 comments on commit a5d18b9

Please sign in to comment.