add auto-update-check
This commit is contained in:
parent
b72251c416
commit
df9317021f
32
.github/workflows/checkupdates.yaml
vendored
Normal file
32
.github/workflows/checkupdates.yaml
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
name: Auto-update check
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
auto_update_check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Checkout action code
|
||||||
|
run: |
|
||||||
|
git clone https://jonathan:76f1997bd68c2e296a03e8a05ed2e5c33fb4c297@git.jrop.me/mpr/action-auto-update
|
||||||
|
cd action-auto-update
|
||||||
|
npm ci
|
||||||
|
|
||||||
|
- name: Check for updates
|
||||||
|
uses: ./action-auto-update
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
# - 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
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -3,7 +3,7 @@ name: Build makedeb package
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hello_world_job:
|
build_makedeb_pkg:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user