Skip to content

Push new tag update to stable branch #4

Push new tag update to stable branch

Push new tag update to stable branch #4

Workflow file for this run

name: Push new tag update to stable branch
on:
schedule:
# Daily for now
- cron: '9 7 * * *'
workflow_dispatch:
permissions: write-all
jobs:
update-snapcraft-yaml:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v4
- name: Run desktop-snaps action
uses: ubuntu/desktop-snaps@UDENG-961-optionally_take_user_as_input
with:
user: sameersharma2006
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.repository }}