Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

[ACM-9185] Added deprecation note to repository (#70) #16

[ACM-9185] Added deprecation note to repository (#70)

[ACM-9185] Added deprecation note to repository (#70) #16

Workflow file for this run

name: Push commits to current release branch
on:
push:
branches:
- main
workflow_dispatch:
jobs:
fast-forward:
runs-on: ubuntu-latest
steps:
- name: Fast-Forward Release
uses: JakobGray/[email protected]
with:
main_branch: 'main'
ff_branch: 'release-2.6'
push_token: 'FF_TOKEN'
env:
FF_TOKEN: ${{ secrets.FF_TOKEN }}