Skip to content

Commit 72d3ed8

Browse files
committed
ci: target correct repo
1 parent 50f1450 commit 72d3ed8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ jobs:
113113
- name: Commit Metadata
114114
uses: stefanzweifel/[email protected]
115115
with:
116-
branch: ${{env.BASE_REF}}
116+
branch: ${{ github.event.pull_request.head.ref }}
117+
repository: ${{ github.head_ref }}
117118
commit_message: "chore: Update Addon Metadata"
118119
file_pattern: addons/*/info.json
119120
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

0 commit comments

Comments
 (0)