Skip to main content

.github/actions/status-event/action.yml

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

name: "EGI Status Event"
description: "Post a status event to the Status Service API"
inputs:
project_id:
required: true
environment:
required: true
version:
required: true
event_type:
required: true
status_url:
required: true
metadata_json:
required: false
runs:
using: "composite"
steps:
- name: Post status event
shell: bash
run: |
"${GITHUB_ACTION_PATH}/post.sh" \
"${{ inputs.project_id }}" \
"${{ inputs.environment }}" \
"${{ inputs.version }}" \