Skip to content

Commit

Permalink
Test sync (#834)
Browse files Browse the repository at this point in the history
change the name of this step and  fetch all commits
  • Loading branch information
johrstrom authored Jul 6, 2023
1 parent e896435 commit 7f09f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ defaults:
shell: bash

jobs:
publish:
sync:
runs-on: ubuntu-latest

steps:
- name: checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Merge Branches
run: |
Expand Down

0 comments on commit 7f09f96

Please sign in to comment.