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 ab8bbeb commit 58e0047Copy full SHA for 58e0047
.github/workflows/dummy.yml
@@ -10,10 +10,8 @@ jobs:
10
run: echo hi
11
- name: Update status to pending
12
uses: geekodour/[email protected]
13
- env:
14
- BRANCH: ${{github.ref#refs/heads/}}
15
with:
16
args: >-
17
--state=success
18
--context=deploy-preview
19
- --target_url=https://betasite.razorpay.com/docs/razorpay/${BRANCH}
+ --target_url=https://betasite.razorpay.com/docs/razorpay/${GITHUB_REF#refs/heads/}
0 commit comments