hv-actions/Teams Action
A GitHub Action that runs a Docker container with specified inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| steps_json | Steps to pass to Docker container | yes | — |
| teams_Webhook_Url | TEAMS_WEBHOOK_URL | yes | — |
| job_Status | Job Status | — | ${{ job.status }} |
| github_Actor | GitHub Actor | — | ${{ github.actor }} |
| github_Event_Name | GitHub Event Name | — | ${{ github.event_name }} |
| github_Event_Head_Commit_Url | GitHub Event Head Commit URL | — | ${{ github.event.head_commit.url }} |
| github_Event_Head_Commit_Message | GitHub Event Head Commit Message | — | ${{ github.event.head_commit.message }} |
| github_Server_Url | GitHub Server URL | — | ${{ github.server_url }} |
| github_Repository | GitHub Repository | — | ${{ github.repository }} |
| github_pull_Request_Number | GitHub Pull Request Number | — | ${{ github.event.pull_request.number }} |
| github_branch_Ref | GitHub Branch Details | — | ${{ github.head_ref || github.ref_name }} |
| github_Run_Id | GitHub Run ID | — | ${{ github.run_id }} |
| sonar_Host_Url | Sonar Host URL | — | "" |
| sonar_Project_Key | Sonar Project Key | — | "" |
| unit_test_url | generated Unit Test url from from honeycomb CICD pipeline | — | "" |
Outputs
no outputs