Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41aae2641a | |||
| cf6cf7b776 | |||
| 942051f799 | |||
| 9366bb40a0 | |||
| d575115b0e |
@@ -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
|
||||
@@ -14,9 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-package-push-repo:
|
||||
runs-on: debian-runner
|
||||
container:
|
||||
image: debian:bullseye
|
||||
runs-on: debian-bullseye-node
|
||||
steps:
|
||||
- name: Git clone private repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -6,7 +6,7 @@ on: [never]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: debian-bullseye-node
|
||||
steps:
|
||||
- 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!"
|
||||
|
||||
Reference in New Issue
Block a user