Skip to content

Release Ansible Module #3

Release Ansible Module

Release Ansible Module #3

Workflow file for this run

---
name: Release Ansible Module
on:
workflow_dispatch:
inputs:
release-tag:
description: release-tag
required: true
type: string
release-message:
description: release-message
required: true
type: string
jobs:
release-ansible:
name: Release
uses: stuttgart-things/stuttgart-things/.github/workflows/release-module.yaml@main

Check failure on line 18 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "stuttgart-things/stuttgart-things/.github/workflows/release-module.yaml@main" : failed to fetch workflow: workflow was not found.
with:
module-name: install-configure-docker
tag-name: "${{ github.event.inputs.release-tag }}"
release-message: "${{ github.event.inputs.release-message }}"
environment-name: k8s
archive-kind: tar.gz
runs-on: ghr-install-configure-docker-sthings-cicd
continue-error: false