We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc40e7e commit e0f95e7Copy full SHA for e0f95e7
.github/workflows/dummy.yml
@@ -7,4 +7,13 @@ jobs:
7
runs-on: ubuntu-20.04
8
steps:
9
- name: Echo
10
- run: echo hi
+ run: echo hi
11
+ - name: Update status to pending
12
+ uses: geekodour/[email protected]
13
+ env:
14
+ LAST_COMMIT_SHA: ${{ github.event.client_payload.LAST_COMMIT_SHA }}
15
+ with:
16
+ args: >-
17
+ --state=success
18
+ --context=deploy-preview
19
+ --target_url=https://betasite.razorpay.com/docs/razorpay/$LAST_COMMIT_SHA
0 commit comments