Skip to content

Commit 58e0047

Browse files
author
Siddhant Agarwal
committed
use env directly
1 parent ab8bbeb commit 58e0047

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dummy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
1010
run: echo hi
1111
- name: Update status to pending
1212
uses: geekodour/[email protected]
13-
env:
14-
BRANCH: ${{github.ref#refs/heads/}}
1513
with:
1614
args: >-
1715
--state=success
1816
--context=deploy-preview
19-
--target_url=https://betasite.razorpay.com/docs/razorpay/${BRANCH}
17+
--target_url=https://betasite.razorpay.com/docs/razorpay/${GITHUB_REF#refs/heads/}

0 commit comments

Comments
 (0)