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 7d0222d commit 74c7920Copy full SHA for 74c7920
.github/workflows/promote-branch.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: 'Get default branch'
74
id: get-default-branch
75
run: |
76
- echo gh api repos/{owner}/{repo} --jq '.default_branch'
+ echo $(gh api repos/{owner}/{repo} --jq '.default_branch')
77
- name: 'Validate target branch in origin'
78
id: validate-target-branch
79
env:
0 commit comments