Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sree-cfa committed Jan 21, 2021
1 parent 24a9439 commit b72eb7c
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/draftrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@ on:

jobs:
merge-to-staging:
- name: Checkout
uses: actions/checkout@v2
- name: Nightly Merge
uses: robotology/gh-action-nightly-merge@v1.3.1
with:
stable_branch: 'staging'
development_branch: 'master'
allow_ff: true
ff_only:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Merge to staging
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Nightly Merge
uses: robotology/gh-action-nightly-merge@v1.3.1
with:
stable_branch: 'staging'
development_branch: 'master'
allow_ff: true
ff_only:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
draft-release:
name: Draft a new release
runs-on: ubuntu-latest
Expand Down

0 comments on commit b72eb7c

Please sign in to comment.