Skip to content

Commit

Permalink
feat(CI/CD): fix cyclic-master-bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz authored and Bartozzz committed May 27, 2020
1 parent f3054ef commit 9c8212b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cyclic-master-bump.yml
Expand Up @@ -11,6 +11,15 @@ jobs:
create:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master

- name: Reset promotion branch
run: |
git fetch origin development:development
git reset --hard development
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2.8.0
with:
Expand Down

0 comments on commit 9c8212b

Please sign in to comment.