Skip to content

Commit e58eb8e

Browse files
authored
Update workflow to send status (#56)
1 parent e2676de commit e58eb8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/blank.yml

+8
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ jobs:
3131
echo Add other actions to build,
3232
echo test, and deploy your project.
3333
34+
- name: Send a status update
35+
uses: Sibz/github-status-action@v1
36+
with:
37+
authToken: ${{secrets.GITHUB_TOKEN}}
38+
context: 'Test run'
39+
description: 'Passed'
40+
state: 'success'
41+
sha: ${{github.event.pull_request.head.sha || github.sha}}

0 commit comments

Comments
 (0)