Compare commits

...

2 Commits
0.0.8 ... 0.1.0

Author SHA1 Message Date
9366bb40a0 dqs 2023-11-19 18:11:43 +01:00
d575115b0e dsq 2023-11-19 18:10:45 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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!"