Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xeekworx committed Jan 9, 2024
0 parents commit 70b70c4
Show file tree
Hide file tree
Showing 11 changed files with 759 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Test Run for Action

on:
push:
branches:
- main
pull_request:

jobs:
test-action:
name: Running Action
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4

- uses: ./
with:
webhook-url: "https://example.com/webhook"
message-title: "Test Title"
message-body: "Test Body"
card-color: "GREEN"
dry-run: "true"
output-payload: "true"
Loading

0 comments on commit 70b70c4

Please sign in to comment.