3
0

gitea actions ng2

This commit is contained in:
Michael Otto
2026-03-17 10:36:19 +01:00
parent 05e409f80f
commit b11b505d66

View File

@@ -12,4 +12,17 @@ on:
required: true
tag:
description: 'Release Tag'
required: true
required: true
jobs:
update-plugin:
runs-on: alpine-latest
defaults:
run:
shell: bash
steps:
- name: Abhängigkeiten installieren
shell: sh
run: |
apk add --no-cache bash jq git