Compare commits

...

5 Commits
0.0.8 ... 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
d575115b0e dsq 2023-11-19 18:10:45 +01:00
2 changed files with 3 additions and 5 deletions

View File

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

View File

@@ -6,7 +6,7 @@ on: [never]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: debian-bullseye-node
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event. Test 4zet" - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event. Test 4zet"
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"