Skip to content

Commit

Permalink
Create release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Apr 25, 2024
1 parent 07226f3 commit 1a7d40c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Release Ansible Module
on:

Check warning on line 3 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / Lint yaml files / Yaml-Lint

3:1 [truthy] truthy value should be one of [false, true]
workflow_dispatch:
inputs:
release-tag:
required: true
type: string
release-message:
required: true
type: string

jobs:
release-ansible:
name: Release
uses: stuttgart-things/stuttgart-things/.github/workflows/release-module.yaml@main
with:
module-name: create-os-user
tag-name: "${{ github.event.inputs.release-tag }}"
release-message: "${{ github.event.inputs.release-message }}"
environment-name: k8s
archive-kind: tar.gz
runs-on: ghr-create-os-user-cicd
continue-error: false

0 comments on commit 1a7d40c

Please sign in to comment.