Skip to content

Check upstream if a new version release #252

Check upstream if a new version release

Check upstream if a new version release #252

Workflow file for this run

name: Check upstream if a new version release
on:
schedule:
# Daily for now
- cron: '0 2 * * *'
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@stable
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.repository }}