Compare commits

..

4 Commits
0.0.9 ... 0.1.3

Author SHA1 Message Date
41aae2641a fhh 2023-11-19 18:27:58 +01:00
cf6cf7b776 fdsfsdf 2023-11-19 18:22:12 +01:00
942051f799 swc 2023-11-19 18:20:37 +01:00
9366bb40a0 dqs 2023-11-19 18:11:43 +01:00

View File

@@ -1,7 +1,7 @@
name: build_package_deb
env:
PACKAGE_NAME: test2
PACKAGE_NAME: test3
DEB_OS_TARGET: bullseye
GIT_REPO_URL: gitea.jingoh.fr
MAINTAINER: jingoh
@@ -15,8 +15,6 @@ on:
jobs:
build-package-push-repo:
runs-on: debian-bullseye-node
container:
image: debian:bullseye
steps:
- name: Git clone private repository
uses: actions/checkout@v4