add auto-update-check
Some checks failed
Build makedeb package / hello_world_job (push) Has been cancelled
Some checks failed
Build makedeb package / hello_world_job (push) Has been cancelled
This commit is contained in:
parent
b72251c416
commit
e76f296390
24
.github/workflows/checkupdates.yaml
vendored
Normal file
24
.github/workflows/checkupdates.yaml
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
name: Build makedeb package
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
hello_world_job:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check for updates
|
||||
uses: https://git.jrop.me/mpr/action-auto-update
|
||||
|
||||
# - name: Install makedeb
|
||||
# env:
|
||||
# MAKEDEB_RELEASE: 'makedeb'
|
||||
# TERM: xterm-256color
|
||||
# run: |
|
||||
# bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')"
|
||||
#
|
||||
# - name: Build package
|
||||
# run: makedeb -s --no-confirm
|
Loading…
x
Reference in New Issue
Block a user