Skip to content

Bump anothrNick/github-tag-action from 1.61.0 to 1.67.0 (#50) #44

Bump anothrNick/github-tag-action from 1.61.0 to 1.67.0 (#50)

Bump anothrNick/github-tag-action from 1.61.0 to 1.67.0 (#50) #44

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 }}'