Skip to content

Commit

Permalink
chore(ci): add manually repo dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: qwqcode <qwqcode@gmail.com>
  • Loading branch information
qwqcode committed Mar 10, 2023
1 parent b3d2cc0 commit a00d96e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/repo-dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Repo Dispatch
run-name: Dispatch event `${{ inputs.event_type }}` manually by @${{ github.actor }}

on:
workflow_dispatch:
inputs:
event_type:
type: string
description: Event Type
required: true
default: ''

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
event-type: ${{ inputs.event_type }}

1 comment on commit a00d96e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐳 Published new docker image: artalk/artalk-go (v2.5.0 / sha-a00d96e)

Please sign in to comment.