gitea actions ng2
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user