Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d03305

Browse files
committed
Remove unused code
1 parent bcfbfb8 commit 0d03305

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/backport.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
run: |
3333
commit=$(gh pr view $NUMBER --json mergeCommit --jq .mergeCommit.oid)
3434
title=$(gh pr view $NUMBER --json title --jq .title)
35-
url=$(gh pr view $NUMBER --json url --jq .url)
3635
3736
branch="backport-${NUMBER}-to-${GITHUB_REF_NAME//\//-}"
3837

0 commit comments

Comments
 (0)