Skip to content

Commit

Permalink
testing trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE committed Dec 12, 2024
1 parent 7c4db8f commit 308805b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-trigger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: trigger-test

on:
workflow_dispatch:
inputs:
payload:
description: "Mock payload for testing"
required: true
default: '{"package": "example-chart", "branch": "main"}'


jobs:
auto-bump:
uses: ./.github/workflows/auto-bump.yaml
with:
eventPayload: ${{ github.event.inputs.payload }}

0 comments on commit 308805b

Please sign in to comment.