Skip to content

Commit 5528875

Browse files
committed
Improve
1 parent f97a524 commit 5528875

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,16 @@ jobs:
2626
debug-context:
2727
name: DEBUG - context
2828
runs-on: ubuntu-latest
29+
permissions: # To remove !
30+
contents: read
31+
checks: write # For the check run creation !
2932
steps:
33+
- name: 'Check run • ◌ ○ ◉ ⊚ ⊙ ∙ • ⦾ ☉ ● ◎ ° • ⦿◎'
34+
uses: yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
35+
with:
36+
name: 'Fetch coverage info'
37+
job-status: cancelled
38+
fails-on-triggering-workflow-failure: true
3039
- run: |
3140
echo '{'
3241
echo '"github.action": ${{ toJson(github.action) }},'
@@ -245,7 +254,7 @@ jobs:
245254
commit-sha: ${{ steps.fetch-workflow-metadata.outputs.commit-sha }}
246255
run-id: ${{ steps.fetch-workflow-metadata.outputs.run-id }}
247256
steps:
248-
- name: '🟡 Check run'
257+
- name: 'Check run ⦿'
249258
uses: yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
250259
with:
251260
name: 'Fetch coverage info **test**'

.github/workflows/coverage-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
checks: write # For the check run creation !
1414
steps:
15-
- name: '🟡 Check run'
15+
- name: 'Check run • ◌ ○ ◉ ⊚ ⊙ ∙ • ⦾ ☉ ● ◎ ° • ⦿◎'
1616
uses: yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
1717
with:
1818
name: 'Fetch coverage info'

0 commit comments

Comments
 (0)