Skip to content

Commit ef7c0fe

Browse files
committed
avds
1 parent 74c7920 commit ef7c0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: 'Get default branch'
7474
id: get-default-branch
7575
run: |
76-
echo $(gh api repos/{owner}/{repo} --jq '.default_branch')
76+
echo $(gh api repos/${{ github.repository }} --jq '.default_branch')
7777
- name: 'Validate target branch in origin'
7878
id: validate-target-branch
7979
env:

0 commit comments

Comments
 (0)