Skip to content

Merge pull request #252 from microsoft/user/jocelynb/JocelynBerrendon… #56

Merge pull request #252 from microsoft/user/jocelynb/JocelynBerrendon…

Merge pull request #252 from microsoft/user/jocelynb/JocelynBerrendon… #56

Workflow file for this run

name: autoupdate
on:
# This will trigger on all pushes to all branches.
push:
branches:
- master
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-18.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'