Skip to content

Open a PR if a new update is available #2

Open a PR if a new update is available

Open a PR if a new update is available #2

name: Open a PR if a new update is available
on:
schedule:
# Daily for now
- cron: '9 7 * * *'
workflow_dispatch:
jobs:
update-snapcraft-yaml:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v3
- name: Run desktop-snaps action
uses: ubuntu/desktop-snaps@add-action
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.repository }}