Skip to content

Commit

Permalink
Update merge_master_to_develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Dec 8, 2019
1 parent 4ac708c commit 2cd1f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_master_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Initialize Pull Request
uses: gha-utilities/init-pull-request@v0.0.2
with:
pull_request_token: ${{ secrets.GITHUB_TOKEN }}
pull_request_token: ${{secrets.GITHUB_TOKEN}}
head: master
base: develop
title: 'Merge master into develop'
Expand Down

0 comments on commit 2cd1f2d

Please sign in to comment.