Skip to content

Merge pull request #55 from MOV-AI/bugfix/dp-1239-wrong-version-on-co… #45

Merge pull request #55 from MOV-AI/bugfix/dp-1239-wrong-version-on-co…

Merge pull request #55 from MOV-AI/bugfix/dp-1239-wrong-version-on-co… #45

Workflow file for this run

# autoupdate is a GitHub Action that auto-updates pull requests branches whenever changes land on their destination branch.
name: autoupdate
on:
push:
branches:
- main
- dev
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-20.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'