Skip to content

Commit

Permalink
ci: Fix sync branches workflow (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson committed Jun 3, 2021
1 parent f113eb9 commit e537dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-master-develop.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
create_sync_pull_request:
runs-on: ubuntu-latest
steps:
- uses: dequelabs/action-sync-branches@v1.0.0
- uses: dequelabs/action-sync-branches@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-title: "chore: merge master into develop"
Expand Down

0 comments on commit e537dd0

Please sign in to comment.