Skip to content

Commit ccb9f1c

Browse files
authored
Apply suggestions from code review
1 parent 3b171e2 commit ccb9f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
"pull_requests": "write"
124124
}
125125
repositories: >-
126-
["${{github.repository}}"]
126+
["apm-agent-android"]
127127
128128
- uses: actions/checkout@v4
129129
with:

.github/workflows/updateVersionBranch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"pull_requests": "write"
3030
}
3131
repositories: >-
32-
["${{github.repository}}"]
32+
["apm-agent-android"]
3333
3434
- uses: actions/checkout@v4
3535
with:

0 commit comments

Comments
 (0)