Skip to content

Commit 5db1696

Browse files
Fix codecov slug path (#7634)
1 parent 7e9965d commit 5db1696

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build-connector-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: codecov/codecov-action@v5
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
80-
slug: ballerina-platform/${{ github.event.inputs.repo }}
80+
slug: ballerina-platform/${{ github.event.repository.name }}
8181

8282
- name: Publish Connector
8383
if: ${{ inputs.publish-required == true }}

.github/workflows/build-timestamp-master-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: codecov/codecov-action@v5
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
53-
slug: ballerina-platform/${{ github.event.inputs.repo }}
53+
slug: ballerina-platform/${{ github.event.repository.name }}
5454
- name: Upload Artifact
5555
uses: actions/upload-artifact@v4
5656
with:

.github/workflows/pr-build-connector-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
required: false
1212
type: string
1313
default: ""
14-
14+
1515
jobs:
1616
ubuntu-build:
1717
name: Build
@@ -59,4 +59,4 @@ jobs:
5959
uses: codecov/codecov-action@v5
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
62-
slug: ballerina-platform/${{ github.event.inputs.repo }}
62+
slug: ballerina-platform/${{ github.event.repository.name }}

.github/workflows/pull-request-build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: codecov/codecov-action@v5
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
59-
slug: ballerina-platform/${{ github.event.inputs.repo }}
59+
slug: ballerina-platform/${{ github.event.repository.name }}
6060

6161
windows-build:
6262
name: Build on Windows

.github/workflows/s4hana-build-connector-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106
uses: codecov/codecov-action@v5
107107
with:
108108
token: ${{ secrets.CODECOV_TOKEN }}
109-
slug: ballerina-platform/${{ github.event.inputs.repo }}
109+
slug: ballerina-platform/${{ github.event.repository.name }}

.github/workflows/s4hana-pr-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: codecov/codecov-action@v5
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}
75-
slug: ballerina-platform/${{ github.event.inputs.repo }}
75+
slug: ballerina-platform/${{ github.event.repository.name }}
7676

7777
build-examples:
7878
name: Build Examples

0 commit comments

Comments
 (0)