devmasx / merge-branch

A GitHub Action that merge PR branch to other branchs
161 stars 58 forks source link

use github token as input #5

Closed MiguelSavignano closed 4 years ago

MiguelSavignano commented 4 years ago

Example:


      - name: Merge staging -> uat
        uses: devmasx/merge-branch@v1.2.0
        with:
          type: now
          target_branch: uat
          github_token: ${{ github.token }}