Skip to content

Commit

Permalink
add dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin-14 committed Jan 4, 2025
1 parent 34bd846 commit 31df984
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/discussions.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Generate Discussion Thread for Hackdays

on:
workflow_dispatch:

jobs:
create-discussion-threads:
runs-on: ubuntu-latest

steps:
- name: Create a new GitHub Discussion
uses: abirismyname/create-discussion@v1.x
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: Feelings
body: |
Expand Down

0 comments on commit 31df984

Please sign in to comment.