Skip to content

Commit

Permalink
feat(workflow): Enable manual trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
  • Loading branch information
Ferenc- committed Aug 11, 2023
1 parent e12159a commit cb6ce67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-notification-on-slack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Slack Post
on:
workflow_dispatch: # Manual trigger
inputs:
github_ref:
description: 'Manually provided value for GITHUB_REF of a release'
required: true
type: string

# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
release:
types: [published]
Expand Down

0 comments on commit cb6ce67

Please sign in to comment.