Skip to content

Commit c9b8ebc

Browse files
author
Siddhant Agarwal
committed
try something else
1 parent 58e0047 commit c9b8ebc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/dummy.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ jobs:
88
steps:
99
- name: Echo
1010
run: echo hi
11-
- name: Update status to pending
12-
uses: geekodour/gh-actions-custom-status@v0.0.4
11+
- name: commit-status-updater
12+
uses: ouzi-dev/commit-status-updater@v1.0.7
1313
with:
14-
args: >-
15-
--state=success
16-
--context=deploy-preview
17-
--target_url=https://betasite.razorpay.com/docs/razorpay/${GITHUB_REF#refs/heads/}
14+
status: "success"
15+
name: "deploy"

0 commit comments

Comments
 (0)