Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Send CDEvents GitHub Action

A GitHub Action that sends CDEvents using the `cdviz-collector send` subcommand.
A GitHub Action that sends CDEvents using the [`cdviz-collector send`](https://cdviz.dev/docs/cdviz-collector/send.html) subcommand.

## Usage

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Send CDEvent
uses: cdviz-dev/send-cdevents@v1
Expand Down Expand Up @@ -326,4 +326,5 @@ config: |

## License

This project is licensed under the same license as the cdviz-collector project.
This project is licensed under the Apache Software License 2.0
The [cdviz-collector](https://github.com/cdviz-dev/cdviz-collector/) is licensed under the AGPL 3.0 .
Loading