Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit aae209d

Browse files
feat: use different name to call always
1 parent 8091b61 commit aae209d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
message: |
9292
✅ [Python SDK tests passed](${{ env.RUN_URL }}).
9393
94-
- uses: Sibz/github-status-action@v1
94+
- name: Send back status
95+
uses: Sibz/github-status-action@v1
9596
if: ${{ github.event.inputs.connectSha && always() }}
9697
with:
9798
authToken: ${{ secrets.BOT_GH_TOKEN }}

0 commit comments

Comments
 (0)