Commit 85e0373f authored by Przemek Tredak's avatar Przemek Tredak
Browse files

Blossom-CI -> TE-CI renaming

parent 78210127
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# See LICENSE for license information. # See LICENSE for license information.
# A workflow to trigger ci on hybrid infra (github + self hosted runner) # A workflow to trigger ci on hybrid infra (github + self hosted runner)
name: Blossom-CI Trigger name: TE-CI Trigger
on: on:
issue_comment: issue_comment:
types: [created] types: [created]
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# See LICENSE for license information. # See LICENSE for license information.
# A workflow to trigger ci on hybrid infra (github + self hosted runner) # A workflow to trigger ci on hybrid infra (github + self hosted runner)
name: Blossom-CI Logs name: TE-CI Logs
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
...@@ -49,4 +49,4 @@ jobs: ...@@ -49,4 +49,4 @@ jobs:
-H "Accept: application/vnd.github+json" \ -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/statuses/${{ inputs.commit_sha }} \ https://api.github.com/repos/${{ github.repository }}/statuses/${{ inputs.commit_sha }} \
-d "{\"state\":\"${{ inputs.result }}\",\"target_url\":\"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\"description\":\"\",\"context\":\"blossom-ci/${{ inputs.job_name }}\"}" -d "{\"state\":\"${{ inputs.result }}\",\"target_url\":\"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\"description\":\"\",\"context\":\"te-ci/${{ inputs.job_name }}\"}"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment