amandastecz/cross-repo-pipeline-trigger
Triggers a workflow in another repository and posts results in the pull request comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 11, 2024
- License
- MIT
Pinned Snippet
uses: amandastecz/pipeline-trigger@f5644f7ed281401e0ea402535e4c103dc5b997c6 # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pat-token | Personal Access Token (PAT) for the repository initiating the workflow | yes | — |
| owner | Owner of the target repository where the workflow will be triggered | yes | — |
| repo | Target repository where the workflow will be triggered | yes | — |
Outputs
| name | description |
|---|---|
| message | Execution result of the triggered pipeline |