| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
These actions and workflows are used within the Knative project
The repo is organized as follows:
Reusable workflows are under the workflows directory
They can be used as follows:
on: [pull_request]
jobs:
job_name:
steps:
- uses: knative/actions/workflows/reusable-workflow.yml@main Composite actions have their own unique folder the root of the repo
They can be used as follows:
on: [pull_request]
jobs:
job_name:
steps:
- uses: knative/actions/some-action@mainFor a list of all help wanted issues in Knative, look here
| Back | FazBrowse Home | New Git URL |