Skip to content

Commit

Permalink
Added Issues Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciamears committed Dec 3, 2024
1 parent 2356f62 commit 9457aba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Handeling Issues
on: issues
jobs:
output-info:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Output Issue event details
run: echo "${{ toJson(github.event)}}"

0 comments on commit 9457aba

Please sign in to comment.