Skip to content

Fast forward manually #26

Fast forward manually

Fast forward manually #26

name: Fast forward manually
on:
workflow_dispatch:
inputs:
ref:
description: 'The branch name or commit to fast-forward from'
required: true
default: 'master'
to_branch:
description: 'The branch name to fast-forward to'
required: true
default: 'managed-services'
jobs:
call-ff:
uses: ./.github/workflows/fast-forward-branch.yml

Check failure on line 16 in .github/workflows/fast-forward-manual.yml

View workflow run for this annotation

GitHub Actions / Fast forward manually

Invalid workflow file

error parsing called workflow ".github/workflows/fast-forward-manual.yml" -> "./.github/workflows/fast-forward-branch.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
ref: ${{ github.event.inputs.ref }}
to_branch: ${{ github.event.inputs.to_branch }}
secrets: inherit